derekedelaney / react-menu-group

Displays a row of repeating elements and collapses them when the screen is too small.

Home Page:https://derekedelaney.github.io/react-menu-group/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-menu-group

Displays a row of repeating elements and collapses them when the screen is too small.

NPM JavaScript Style Guide Build Status

Install

npm install --save react-menu-group

Usage

import React, { Component } from 'react'

import MyComponent from 'react-menu-group'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

ICS © derekedelaney

About

Displays a row of repeating elements and collapses them when the screen is too small.

https://derekedelaney.github.io/react-menu-group/


Languages

Language:JavaScript 91.9%Language:HTML 6.8%Language:CSS 1.3%