ItemContent
Source: client/lib/theme/vueda-tailwind/shell/index.js
The main text stack inside an item. It flexes to fill available space and lets a following content block opt out of that growth.
Vue component: ItemContent
| Slot | Default classes | Description |
|---|---|---|
| root | flex flex-1 flex-col gap-1 [&+[data-slot=item-content]]:flex-none | The main text stack inside an item. It flexes to fill available space and lets a following content block opt out of that growth. |
root
The main text stack inside an item. It flexes to fill available space and lets a following content block opt out of that growth.
Default classes:
flex flex-1 flex-col gap-1 [&+[data-slot=item-content]]:flex-none
Source: client/lib/theme/vueda-tailwind/shell/ItemContent.theme.js:18