Skip to content

dericcain/tiny-mobx-form

Repository files navigation

Tiny MobX Form

Coverage Status lerna

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

Read the docs here: https://dericcain.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://dericcain.github.io/tiny-mobx-form/