1.0.0 • Published 1 year ago

@weave-design/text-area v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Text Area

Text areas allow the user to input a larger amount of freeform text (over 100 characters).

Getting started

Install the package

yarn add @weave-design/text-area @weave-design/theme-context @weave-design/theme-data

Import the component

import TextArea from '@weave-design/text-area';

Basic usage

<TextArea
  placeholder="Foo"
/>

Custom CSS

Use the className prop to pass in a css class name to the outermost container of the component. The class name will also pass down to most of the other styled elements within the component.