@invisionag/iris-react-input-label
v5.6.2
Published
```js import InputLabel from '@invisionag/iris-react-input-label'; ```
Downloads
223
Maintainers
Keywords
Readme
import InputLabel from '@invisionag/iris-react-input-label';
This components renders a label. Each child node will be in block-layout by default.
Usage
<InputLabel>
Label
<Input placeholder="Placeholder" />
</InputLabel>
Inline
For inline labels, you can pass the inline
property.
<InputLabel inline>
Label
<Input id="input-id" placeholder="Placeholder" />
</InputLabel>