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.

14 lines (11 loc) 249 B
`<Fieldset />` component example: ```js import { Fieldset, Form, Input } from '$PACKAGE_NAME'; <Form> <Fieldset> Name: <Input type="text" /> Email: <Input type="text" /> Date of birth: <Input type="text" /> </Fieldset> </Form> ```