@coderbox/forms

A collection of React components used to build forms.

Usage no npm install needed!

<script type="module">
  import coderboxForms from 'https://cdn.skypack.dev/@coderbox/forms';
</script>

README

Coderbox

npm npm JavaScript Style Guide codebeat badge styled with prettier

Introduction

coderbox-forms is a collection of REACT components used to build forms.

Installation

npm install @coderbox/forms --save
yarn add @coderbox/forms

Demo

Documentation

Components List

  • Field
  • FieldGroup
  • Control
  • ControlGroup
  • Input
  • Checkbox
  • Dropdown
  • DatePick
  • DateRange
  • Textarea

Build

npm run build