react-form-kit

collection of form components

Usage no npm install needed!

<script type="module">
  import reactFormKit from 'https://cdn.skypack.dev/react-form-kit';
</script>

README

React Form Kit

React Form Kit is a collection of form components to make form creation easier and more consistent.

API

React Form Kit exposes the following components:

  • <FormPage />
  • <FormHeader />
  • <FormContent />
  • <FormInput />
  • <TextBox />
  • <SubmitButton />
  • <CancelButton />