Package detail

@igloo-ui/input

workleap149Apache-2.02.3.3

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.

<Example is="custom" /> <ReferenceLinks is="custom" />

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" />;