@billogram/foundation-textarea

A React textarea component

Usage no npm install needed!

<script type="module">
  import billogramFoundationTextarea from 'https://cdn.skypack.dev/@billogram/foundation-textarea';
</script>

README

@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