bpk-component-textarea-css
v4.2.8
Published
Backpack textarea component.
Downloads
17
Keywords
Readme
bpk-component-textarea
Backpack textarea component.
Installation
npm install bpk-component-textarea --save-dev
Usage
import React from 'react';
import BpkTextarea from 'bpk-component-textarea';
export default () => (
<BpkTextarea
id="textarea"
name="textarea"
value="Lorem ipsum dolor sit amet, consectetur adipisicing elit."
/>
);
Props
| Property | PropType | Required | Default Value | | ------------ | -------------------- | --------- | ---------------- | | id | string | true | - | | name | string | true | - | | value | string | true | - | | valid | bool | false | null | | large | bool | false | false |