What problem does it solve?
wok-ui-form provides a cohesive form system with a Form container, built-in input modules, and a unified validation/submission flow, reducing boilerplate and ensuring UI consistency.
Core Features & Use Cases
- Built-in Form container and FormInput base class for consistent data entry, validation, and submission workflows.
- Wide range of built-in input components (TextInput, NumberInput, DateInput, Select, etc.) with configurable validation and feedback.
- Extensibility through custom FormInput implementations for domain-specific controls.
- Real-world use case: Create a multi-step form in an admin dashboard with live validation, inline or tooltip feedback, and submit handling.
Quick Start
Install wok-ui-form in your project and begin composing Form containers and inputs right away.