Examples
This section contains a collection of practical examples demonstrating the usage of various components from the @dynamicforms/vuetify-modal-form-kit library. Each example includes a working demo component and its corresponding code.
Modal
Modal support - opening dialogs programmatically via the modal service.
Modal - Template Dialog
Declaring a <df-modal> directly in an SFC template, and keeping its actions visually consistent with the rest of the app.
FormBuilder
The demo showcases how to programmatically build a form and then render it using form-render component.
FormBuilder - responsive
Another form builder demo, this time showing how to build a responsive layout.
