AlertTitle
Source: client/lib/theme/vueda-tailwind/feedback/index.js
The primary message heading inside the alert grid. It starts in the content column created by Alert.root and clamps to one line so status banners do not grow from long labels.
Vue component: AlertTitle
| Slot | Default classes | Description |
|---|---|---|
| root | col-start-2 line-clamp-1 min-h-4 font-medium tracking-tight | The primary message heading inside the alert grid. It starts in the content column created by Alert.root and clamps to one line so status banners do not grow from long labels. |
root
The primary message heading inside the alert grid. It starts in the content column created by Alert.root and clamps to one line so status banners do not grow from long labels.
Default classes:
col-start-2 line-clamp-1 min-h-4 font-medium tracking-tight
Source: client/lib/theme/vueda-tailwind/feedback/AlertTitle.theme.js:18