components
Placeholder (code)
Use a placeholder when you want to reserve space in a specific aspect-ratio
Props
Name | Type | Default | Required | Description |
---|---|---|---|---|
appearance | 'placeholder''plain' | 'placeholder' | - | The type of background of the Placeholder. |
aspectRatio | String | '16:9' | - | The aspect ratio of the Placeholder. Is in the notation {number}:{number}. E.g. 4:3, 16:9, 21:9 |
children | Node | - | - | Content for component |
className | String | - | - | Extend classNames. |
System Props
alignSelf, flex, flexBasis, flexGrow, flexShrink, order
position, bottom, left, right, top, zIndex
m, mb, ml, mr, mt, mx, my
p, pb, pl, pr, pt, px, py
width, maxWidth
float
System Props
Next to the properties listed in the propstable, a collection of system props can be added to any component for further general styling and layouting purposes. These props vary per component.
To read more about the system, click here to check out its dedicated page.
Appearance (usage with transparent content)
default: placeholder
When using transparent content, it's better to replace the appearance of the Placeholder when the content is loaded to plain one. This will prevent seeing the placeholder trough the transparent content.
Children
default: undefined