DXForm
Form object from defineForm
Live Examples
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
form | DefineFormReturn<any> | Yes | - | Form object from defineForm |
submitText | string | No | Submit | Submit button text |
submitLoadingText | string | No | Submitting... | Submit button loading text |
showSubmit | boolean | No | true | Show submit button |
Events
| Name | Parameters | Description |
|---|---|---|
submit | none | Emitted when the form is submitted |
Slots
This component uses dynamic slot forwarding - it accepts and forwards all slots to the underlying Bootstrap Vue Next component.
Refer to the Bootstrap Vue Next documentation for available slots.
Extended Component
This is a custom component that extends beyond simple Bootstrap Vue Next wrappers, providing additional functionality specific to Laravel dashboards.