react-menu-group

A row of Components that adjust to the width of the screen

Usage no npm install needed!

<script type="module">
  import reactMenuGroup from 'https://cdn.skypack.dev/react-menu-group';
</script>

README

react-menu-group

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

NPM JavaScript Style Guide

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