mobx-formkit-api
Installation
SKILL.md
Skill: mobx-formkit-api
Mission
Guide the user through installing, initializing, and using the core API of mobx-formkit — a reactive MobX form state management library.
Use this skill whenever the user needs to:
- Install and set up mobx-formkit
- Create a Form instance (constructor, extending class)
- Understand Form properties, methods, and helpers
- Understand Field properties, methods, and helpers
- Access fields with
$()/select() - Use values/errors/labels helpers
Installation
npm install --save mobx-formkit