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.

18 lines (15 loc) 298 B
`<FormText />` component example: ```js import { Form, FormGroup, Label, FormText, } from '$PACKAGE_NAME'; <Form> <FormGroup color="success"> <Label htmlFor="exampleEmail">Form text</Label> <FormText color="muted">I'm a form text component</FormText> </FormGroup> </Form> ```