5.1.0 • Published 6 months ago

@lendi-ui/text-area v5.1.0

Weekly downloads
499
License
ISC
Repository
-
Last release
6 months 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

6 months ago

5.0.0

6 months ago

4.3.8-beta.0

1 year ago

4.3.7

2 years ago

4.3.6

2 years ago

4.3.5

2 years ago

4.3.6-beta.0

2 years ago

4.3.6-beta.1

2 years ago

5.0.0-beta.2

2 years ago

4.3.5-beta.0

2 years ago

4.3.7-beta.0

2 years ago

4.3.4-beta.2

2 years ago

4.3.4-beta.3

2 years ago

4.3.4-beta.1

2 years ago

4.3.4

2 years ago

4.3.6-canary.2

2 years ago

4.3.4-beta.0

2 years ago

4.3.3-beta.0

2 years ago

4.3.3

2 years ago

4.3.2

2 years ago

4.3.1

2 years ago

4.3.0

2 years ago

4.2.10

3 years ago

4.2.9

3 years ago

4.2.8

3 years ago

4.2.7

3 years ago

4.2.6

3 years ago

4.2.5

4 years ago

4.2.4

4 years ago

4.2.3

4 years ago

4.2.2

4 years ago

4.2.1

4 years ago

4.2.0

4 years ago

5.0.0-beta.0

4 years ago

4.1.1

4 years ago

4.1.0

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.0.1

5 years ago

3.0.0

5 years ago

3.0.0-alpha

5 years ago

2.3.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago