# Tiny MobX Form
[![Coverage Status](https://coveralls.io/repos/github/dericgw/tiny-mobx-form/badge.svg?branch=master)](https://coveralls.io/github/dericgw/tiny-mobx-form?branch=master)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](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/)
