@igloo-ui/input
v2.3.2
Published
Input enable the user to interact with and used for freeform data entry.
Downloads
132
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/input
If you prefer Yarn, use the following command instead:
yarn add @igloo-ui/input
Usage
Then to use the component in your code just import it!
import Input from '@igloo-ui/input';
<Input type="text" placeholder="input type text" />;