0.4.6 • Published 5 days ago

@igloo-ui/textarea v0.4.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 days ago

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

5 days ago

0.4.5

13 days ago

0.4.4

20 days ago

0.4.3

1 month ago

0.4.2

3 months ago

0.4.1

3 months ago

0.4.0

4 months ago

0.3.5

4 months ago

0.3.4

5 months ago

0.3.3

5 months ago

0.3.2

5 months ago

0.3.0

9 months ago

0.2.3

10 months ago

0.3.1

6 months ago

0.2.4

9 months ago

0.2.2

12 months ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.2

2 years ago

0.1.4

1 year ago

0.1.3

2 years ago

0.1.5

1 year ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.0

2 years ago