5.1.0 • Published 2 years ago

@lendi-ui/text-area v5.1.0

Weekly downloads
499
License
ISC
Repository
-
Last release
2 years ago

@lendi-ui/text-area

A TextArea component.

Installation

yarn add @lendi-ui/text-area

Usage

import TextArea from '@lendi-ui/text-area';

<TextArea size="md" placeholder="I'm a placeholder" />;
## Properties

<PropTable>
  <PropTable.Entry name="className" defaultValue=""type='string' defaultValue="" description="Custom class for adding style"/>
  <PropTable.Entry name="isDisabled" type='boolean' defaultValue="false" description="Whether the input is disabled"/>
  <PropTable.Entry name="isError" type='boolean' defaultValue="false" description="Whether the input content is valid"/>
  <PropTable.Entry name="isFullWidth" type='boolean' defaultValue="false" description="Whether the input is full width"/>
  <PropTable.Entry name="isInverse" type='boolean' defaultValue="false" description="Whether the input is inversed"/>
  <PropTable.Entry name="onBlur" type='() => void' description="Blur handler"/>
  <PropTable.Entry name="onChange" required={true} type='() => void' description="Change handler"/>
  <PropTable.Entry name="onFocus" type='() => void' description="Focus handler"/>
  <PropTable.Entry name="placeholder" type='string' description="The input placeholder"/>
  <PropTable.Entry name="size" type="{ 'sm' | 'md' | 'lg' }" defaultValue="md" description="The input size"/>
  <PropTable.Entry name="value" type="string" description="The input content"/>
</PropTable>
5.1.0

2 years ago

5.0.0

2 years ago

4.3.8-beta.0

2 years ago

4.3.7

3 years ago

4.3.6

3 years ago

4.3.5

3 years ago

4.3.6-beta.0

3 years ago

4.3.6-beta.1

3 years ago

5.0.0-beta.2

3 years ago

4.3.5-beta.0

3 years ago

4.3.7-beta.0

3 years ago

4.3.4-beta.2

3 years ago

4.3.4-beta.3

3 years ago

4.3.4-beta.1

3 years ago

4.3.4

3 years ago

4.3.6-canary.2

3 years ago

4.3.4-beta.0

3 years ago

4.3.3-beta.0

3 years ago

4.3.3

3 years ago

4.3.2

3 years ago

4.3.1

3 years ago

4.3.0

3 years ago

4.2.10

4 years ago

4.2.9

4 years ago

4.2.8

4 years ago

4.2.7

4 years ago

4.2.6

5 years ago

4.2.5

5 years ago

4.2.4

5 years ago

4.2.3

5 years ago

4.2.2

5 years ago

4.2.1

5 years ago

4.2.0

5 years ago

5.0.0-beta.0

5 years ago

4.1.1

5 years ago

4.1.0

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.0.1

6 years ago

3.0.0

6 years ago

3.0.0-alpha

6 years ago

2.3.0

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago