WidgetImage
Source: client/lib/theme/vueda-tailwind/widgets/index.js
The root is transparent so image widgets inherit the surrounding field rhythm.
Vue component: WidgetImage
| Slot | Default classes | Description |
|---|---|---|
| root | The root is transparent so image widgets inherit the surrounding field rhythm. | |
| inner | flex flex-col | The inner column stacks image preview and image actions. |
| image | flex flex-wrap justify-between | The image row wraps preview details and actions without overflow. |
root
The root is transparent so image widgets inherit the surrounding field rhythm.
Source: client/lib/theme/vueda-tailwind/widgets/WidgetImage.theme.js:17
inner
The inner column stacks image preview and image actions.
Default classes:
flex flex-col
Source: client/lib/theme/vueda-tailwind/widgets/WidgetImage.theme.js:21
image
The image row wraps preview details and actions without overflow.
Default classes:
flex flex-wrap justify-between
Source: client/lib/theme/vueda-tailwind/widgets/WidgetImage.theme.js:25