UNPKG

@roo-ui/components

Version:

30 lines (19 loc) 630 B
# Label <!-- STORY --> ## Installation ```shell $ yarn add @roo-ui/components ``` ## Example ```js import { Label } from '@roo-ui/components'; export default ( <Label>Hello world</Label> ); ``` ## Properties | Name | Description | Type | Default | Required? | |:---------|:------------------------|:-------|:--------|:----------| | `hidden` | visually hide the label | `bool` | false | - | ## Customization This component can be customized with [styled-system](https://github.com/jxnblk/styled-system) by passing props for [space](https://github.com/jxnblk/styled-system#space-responsive).