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.

9 lines (5 loc) 268 B
`<DropdownItem />` component example: ```js static <DropdownItem>Dropdown item</DropdownItem> ``` > In order to work, this component must wrapped inside a `<Dropdown />` component, if you want to use only one dropdown, you might use `<ButtonDropdown />` component.