Composables
Vue composables for the Grundtone design system.
All composables and validators are available from @grundtone/vue. In Nuxt, composables are auto-imported.
| Composable | Description |
|---|---|
| useTheme | Access theme context |
| useField | Field state with validation |
| useDateField | Date field state with validation (for GTDateInput) |
| useFormValidation | Form-level validation aggregator |
