AlertDialogFooter
Source: client/lib/theme/vueda-tailwind/shell/index.js
The action row for an alert dialog. It stacks buttons in reverse order on narrow screens and aligns them to the end once horizontal space is available.
Vue component: AlertDialogFooter
| Slot | Default classes | Description |
|---|---|---|
| root | flex flex-col-reverse gap-2 sm:flex-row sm:justify-end | The action row for an alert dialog. It stacks buttons in reverse order on narrow screens and aligns them to the end once horizontal space is available. |
root
The action row for an alert dialog. It stacks buttons in reverse order on narrow screens and aligns them to the end once horizontal space is available.
Default classes:
flex flex-col-reverse gap-2 sm:flex-row sm:justify-end
Source: client/lib/theme/vueda-tailwind/shell/AlertDialogFooter.theme.js:18