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.

11 lines (8 loc) 244 B
`<Label />` component example: ```js import { Form, Label, Input } from '$PACKAGE_NAME'; <Form action="/"> <Label htmlFor="name-label">Name</Label> <Input type="text" name="contact" id="name-label" value="Insert your name" /> </Form> ```