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 (10 loc) 279 B
`<Select />` component example: ```js import { Select, Option } from '$PACKAGE_NAME'; <Select> <Option value="bootstrap">Bootstrap</Option> <Option value="styled">Styled</Option> <Option value="from">From</Option> <Option value="yeutech">YeuTech</Option> </Select> ```