API Reference
This section documents the complete public API of @dynamicforms/vuetify-modal-form-kit. For narrative, runnable demos see Examples instead.
Modal dialogs
| Topic | Description |
|---|---|
<df-modal> | The dialog component itself - use it directly when a dialog is declared in a template (SFC), controlled with v-model. |
<modal-view> | A placeholder, not something you configure - mount one in your app root and dialogs opened via the modal service render into it. |
modal service | Promise-based API for opening dialogs from code (modal.message, modal.yesNo, modal.custom), rendered by <modal-view>. |
See also: Modal Dialog (programmatic) and Template Dialog (SFC template) for worked examples.
Form layouts
| Topic | Description |
|---|---|
| FormBuilder | Programmatic API for building responsive Vuetify grid layouts (FormBuilder, Row, Column, component builder). |
See also: FormBuilder examples.
