0.1.1 • Published 6 years ago

@foobarhq/progressive-form v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Progressive Form

A react form library

Install

npm install @foobarhq/progressive-form

// see /example for the list of available components.
import { Input, Form } from 'progressive-form';

// optionally
import 'progressive-form/dist/bundle.css';

Roadmap

  • Unit tests
  • Documentation (currently written in /example)