UNPKG

@bootstrap-styled/v4

Version:

twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.

13 lines (9 loc) 311 B
`<DropdownMenu />` component example: ```js static <DropdownMenu> <DropdownItem>Dropdown item</DropdownItem> <DropdownItem>Dropdown item 2</DropdownItem> <DropdownItem>Dropdown item 3</DropdownItem> </DropdownMenu> ``` > In order to work, this component must wrapped inside a `<Dropdown />` component.