README
Form
Form package provides layout & validation for form fields.
Installation
yarn add @atlaskit/form
Usage
Detailed docs and example usage can be found here.
A form allows users to input information.
<script type="module">
import atlaskitForm from 'https://cdn.skypack.dev/@atlaskit/form';
</script>
Form package provides layout & validation for form fields.
yarn add @atlaskit/form
Detailed docs and example usage can be found here.