5.4.0 • Published 1 year ago

@foundation-base/text-area v5.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@foundation-base/text-area

Base text-area component for foundation

NPM JavaScript Style Guide

Props

size: 'xs' | 'sm' | 'md' | 'lg' | 'xl';

The size prop can be used to set the size/height of the text-area component

for 'xs' size:
  height: 128px; (2 lines)

for 'sm' size:
  height: 152px; (4 lines)

for 'md' size:
  height: 176px; (6 lines)

for 'lg' size:
  height: 224px; (8 lines)

for 'xl' size:
  height: 272px; (10 lines)

placeholder: string;

The placeholder prop can be used to set the placeholder of the text-area component

id: string;

The id prop can be used to set the id of the text-area component

name: string;

The name prop can be used to set the name of the text-area component

value: string;

The value prop can be used to set the value of the text-area component. Can be used alongside the onChange function

disabled: boolean;

The disabled prop can be used to set the disabled status of the text-area component

phase: 'default' | 'success' | 'invalid' | 'error';

The phase prop can be used to set the phase of the text-area component

for 'default' phase:
  border-color: default;
  text-color: default;

for 'success' phase:
  border-color: default;
  text-color: green;

for 'invalid' phase:
  border-color: red;
  text-color: red;

for 'error' phase:
  border-color: red;
  text-color: default;

onChange: (e: any) => void;

The onChange prop can be used to pass a function that is supposed to handle the change in the text, that is being entered into the text-area

Install

npm install --save @foundation-base/text-area

License

MIT © lijoejohn

5.4.0

1 year ago

3.4.1

2 years ago

3.4.0

2 years ago

3.3.1

2 years ago

2.1.1

2 years ago

2.2.0

2 years ago

3.2.0

2 years ago

2.1.0

2 years ago