@igloo-ui/helper-text
v0.3.6
Published
Providing additional information about a form input.
Downloads
43
Readme
HelperText
Providing additional information about a form input.
Installation
To install @igloo-ui/helper-text
in your project, you will need to run the following command using npm:
npm install @igloo-ui/helper-text
If you prefer Yarn, use the following command instead:
yarn add @igloo-ui/helper-text
Usage
Then to use the component in your code just import it!
import HelperText from '@igloo-ui/helper-text';
<HelperText>Additional information</HelperText>;