DialogFooter
Source: client/lib/theme/vueda-tailwind/shell/index.js
The action row for dialog footers. It stacks in reverse order on narrow screens and aligns trailing actions on wider screens.
Vue component: DialogFooter
| Slot | Default classes | Description |
|---|---|---|
| root | flex flex-col-reverse gap-2 sm:flex-row sm:justify-end | The action row for dialog footers. It stacks in reverse order on narrow screens and aligns trailing actions on wider screens. |
root
The action row for dialog footers. It stacks in reverse order on narrow screens and aligns trailing actions on wider screens.
Default classes:
flex flex-col-reverse gap-2 sm:flex-row sm:justify-end
Source: client/lib/theme/vueda-tailwind/shell/DialogFooter.theme.js:18