@igloo-ui/input
v3.0.0
Published
Input enable the user to interact with and used for freeform data entry.
Readme
Input
Input enable the user to interact with and used for freeform data entry.
Installation
To install @igloo-ui/input in your project, you will need to run the following command using npm:
npm install @igloo-ui/inputIf you prefer Yarn, use the following command instead:
yarn add @igloo-ui/inputUsage
Then to use the component in your code just import it!
import Input from '@igloo-ui/input';
<Input type="text" placeholder="input type text" />;