DialogHeader
Source: client/lib/theme/vueda-tailwind/shell/index.js
The title and description stack at the top of a dialog. It centers copy on narrow screens and switches to left alignment at the small breakpoint.
Vue component: DialogHeader
| Slot | Default classes | Description |
|---|---|---|
| root | flex flex-col gap-2 text-center sm:text-left | The title and description stack at the top of a dialog. It centers copy on narrow screens and switches to left alignment at the small breakpoint. |
root
The title and description stack at the top of a dialog. It centers copy on narrow screens and switches to left alignment at the small breakpoint.
Default classes:
flex flex-col gap-2 text-center sm:text-left
Source: client/lib/theme/vueda-tailwind/shell/DialogHeader.theme.js:18