README
Field-text-area
The Text Field Area provides a standard way to create a text-based form input with an associated label.
Installation
yarn add @atlaskit/field-text-area
Usage
Detailed docs and example usage can be found here.
Field Text Component
<script type="module">
import atlaskitFieldTextArea from 'https://cdn.skypack.dev/@atlaskit/field-text-area';
</script>
The Text Field Area provides a standard way to create a text-based form input with an associated label.
yarn add @atlaskit/field-text-area
Detailed docs and example usage can be found here.