Input enable the user to interact with and used for freeform data entry.
npm install @igloo-ui/inputInput enable the user to interact with and used for freeform data entry.
To install @igloo-ui/input in your project, you will need to run the following command using npm:
``bash`
npm install @igloo-ui/input
If you prefer Yarn, use the following command instead:
`bash`
yarn add @igloo-ui/input
Then to use the component in your code just import it!
`jsx
import Input from '@igloo-ui/input';
;
``