/react-menu-group

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

Primary LanguageJavaScript

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