Layout components
These components do not display content by themselves: they arrange other components on a slide.
All components are of element type Dictionnary.
| Layout components |
|---|
| Card |
| Column |
| Row |
Components inside a container are stacked vertically, one per row. Layout components let you break out of that:
- Row places its children side by side, each child sized with an optional
WidthRatio. - Column stacks several components inside a single
Rowcell, or groups components so they share aCondition,MarginsorBorder. - Card draws its children on a rounded surface you can tint, outline and lift with a shadow.
Availability: 3.1.0+