A React Typescript module that provides a SubMenu functionality for React-Bootstrap >1.0.
npm install react-bootstrap-submenuThis library is a React Typescript module that provides a SubMenu functionality for React-Bootstrap.
The current Version of react-bootstrap-submenu 3.x.x is compatible with react-bootstrap 2.x.x
if you are using the older React-Bootstrap 1.x.x then downgrading to react-bootstrap-submenu 2.x.x
```
"react-bootstrap-submenu/dist/index.css"`$3
javascript`
import { DropdownSubmenu, NavDropdownMenu} from "react-bootstrap-submenu";`To use
Create A NavBar with React-Bootstrap, but instead of using NavDropdown use NavDropdownMenu, then, to create a submenu use DropdownSubmenu
Example:javascript`
If you want to drop the menus to the left you can use NavDropdownMenu with prop alignRight=true
Example:
`javascript``
Sub 2
A small example is provided here: https://codesandbox.io/s/react-bootstrap-submenu-hz17d

