UNPKG

tiny-mobx-form

Version:

Tiny (~2KB) tree-shakable MobX form library

22 lines (16 loc) β€’ 984 B
# 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/)