imcuttle / form-it

[WIP] High Performance Form Component

Home Page:https://imcuttle.github.io/form-it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

form-it

Build status Test coverage lerna Prettier Conventional Commits

High Performance Form Component

Installation

npm install form-it
# or use yarn
yarn add form-it

Usage

import formIt from 'form-it'

Contributing

  • Fork it!
  • Create your new branch:
    git checkout -b feature-new or git checkout -b fix-which-bug
  • Start your magic work now
  • Make sure npm test passes
  • Commit your changes:
    git commit -am 'feat: some description (close #123)' or git commit -am 'fix: some description (fix #123)'
  • Push to the branch: git push
  • Submit a pull request :)

Authors

This library is written and maintained by imcuttle, imcuttle@163.com.

License

MIT - imcuttle 🐟

About

[WIP] High Performance Form Component

https://imcuttle.github.io/form-it/

License:MIT License


Languages

Language:TypeScript 81.4%Language:JavaScript 15.2%Language:SCSS 1.9%Language:Handlebars 1.4%