@posten-hedwig/textarea
TypeScript icon, indicating that this package has built-in type declarations

2.0.3 • Public • Published

@posten-hedwig/textarea

Hedwig styled textarea

Variants

  • Default
  • Line
  • White

Usage

1 Install

npm install @posten-hedwig/textarea

2 Import

import { TextArea } from '@posten-hedwig/textarea'

3 Render

<TextArea
    label: "testlabel",
    id: "testid",
    name: "testname",
    variant: '',
    rows: 3,
    cols:100,
    maxLength:300,
    placeholder: 'placeholder',
    onChange: () => {},
    readOnly: false,
    disabled: false,
    required: true,
    errorMessage:''
/>

Readme

Keywords

Package Sidebar

Install

npm i @posten-hedwig/textarea

Weekly Downloads

19

Version

2.0.3

License

ISC

Unpacked Size

20.3 kB

Total Files

11

Last publish

Collaborators

  • amitjagtap04
  • harald.vinje
  • hellehi
  • viggooo