v0.27.0
A few of our components expose a display
prop in order to change the CSS display property.
Edit the code below to see your changes live!
It's also possible to use the prop with responsive breakpoints:
Edit the code below to see your changes live!
Prop Name | Type | Default | Description |
---|---|---|---|
display | block | inline-block | inline | inline-flex | flex | grid | inline-grid | none |
| Sets the CSS display property of a component. |
Props ending with * are required