@igloo-ui/textarea
TypeScript icon, indicating that this package has built-in type declarations

0.4.3 • Public • Published

Textarea

The textarea component defines a multi-line text input control.

Installation

To install @igloo-ui/textarea in your project, you will need to run the following command using npm:

npm install @igloo-ui/textarea

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/textarea

Usage

Then to use the component in your code just import it!

import Textarea from '@igloo-ui/textarea';

<Textarea
  placeholder="The character count will count down to show how many characters are left. MaxLength is required"
  maxLength={1000}
  showCharactersIndicator
/>;

Readme

Keywords

none

Package Sidebar

Install

npm i @igloo-ui/textarea

Weekly Downloads

237

Version

0.4.3

License

Apache-2.0

Unpacked Size

836 kB

Total Files

9

Last publish

Collaborators

  • infra.admin
  • franckgaudin