2.21.0 • Published 2 years ago

@s-ui/react-atom-textarea v2.21.0

Weekly downloads
887
License
MIT
Repository
-
Last release
2 years ago

AtomTextarea

AtomTextarea a component that wraps a textarea displaying the text passed in the value prop

Installation

$ npm install @s-ui/react-atom-textarea --save

Usage

After importing the component AtomTextarea like this

import AtomTextarea from '@s-ui/react-atom-textarea'

Basic usage

<AtomTextarea value="Saul Bass on failure" />

Long size

<AtomTextarea size="long" value="Saul Bass on failure: Failure is built into creativity" />

With placeholder

<AtomTextarea placeholder="Write something cool here..." />

Textarea States

The component can receive a success, error or alert state, to highlight his border with colors defined on sui-theme.

<AtomTextarea state="success" />

Find full description and more examples in the demo page.

2.21.0

2 years ago

2.20.0

2 years ago

2.19.0

2 years ago

2.18.0

2 years ago

2.17.0

3 years ago

2.16.0

3 years ago

2.15.0

3 years ago

2.14.0

3 years ago

2.13.0

4 years ago

2.12.0

4 years ago

2.11.0

4 years ago

2.10.0

4 years ago

2.9.0

4 years ago

2.8.0

4 years ago

2.7.0

4 years ago

2.6.0

4 years ago

2.5.0

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago