Backpack textarea component.
npm install bpk-component-textarea --save-dev
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."
/>
);
Property | PropType | Required | Default Value |
---|---|---|---|
id | string | true | - |
name | string | true | - |
value | string | true | - |
valid | bool | false | null |
large | bool | false | false |