3.1.18 • Published 1 year ago

bsr-menu v3.1.18

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

bsr-menu

MenuReact

NPM

Install

npm install --save bsr-menu

Usage

import React, { Component } from 'react'

import MenuItem from 'bsr-menu'


class Example extends Component {
  render() {
      return <MenuItem content='My Menu' >
                       <MenuItem content='My SubMenu'>
             </MenuItem>
  }
}

License

MIT © ionson100

Props, Function.

Examples, Help pages.

3.1.18

1 year ago

3.1.17

1 year ago