1.1.4 • Published 3 years ago

@billogram/foundation-textarea v1.1.4

Weekly downloads
7
License
MIT
Repository
-
Last release
3 years ago

@billogram/foundation-textarea

A React textarea component

Install

yarn add @billogram/foundation-textarea

Usage

import {
    FoundationTextarea,
} from '@billogram/foundation-textarea';

See types for exported types.

FoundationTextarea

<FoundationTextarea
    autoFocus={ false }
    disabled={ false }
    hasErrors={ false }
    maxLength={ void 0 }
    onChange={ noop }
    placeholder=""
    value="" />

Note

This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.

License

MIT