tiny-mobx-form
Version:
Tiny (~2KB) tree-shakable MobX form library
22 lines (16 loc) β’ 984 B
Markdown
# Tiny MobX Form
[](https://coveralls.io/github/dericgw/tiny-mobx-form?branch=master)
[](https://lerna.js.org/)
---
βοΈTiny (~2KB) tree-shakable MobX form library
Read the docs here: [https://dericgw.github.io/tiny-mobx-form/](https://dericgw.github.io/tiny-mobx-form/)
## Features
- πΆ Small, less than 2KB and tree-shakable
- πͺ Written in TypeScript using MobX
- β οΈ Includes popular validations
- π Can add your own custom validations if needed
- π Accessibility friendly by automatically autofocusing input on validation error
- π²π½ Supports multilingual by allowing custom validation messages to be used
## Installation
`npm i tiny-mobx-form` or `yarn add tiny-mobx-form`
Read the docs here: [https://dericgw.github.io/tiny-mobx-form/](https://dericgw.github.io/tiny-mobx-form/)