Styled Flex
Last updated: 2.0.0 (21/01/2024)
Last updated
Was this helpful?
Last updated: 2.0.0 (21/01/2024)
Last updated
Was this helpful?
The Styled Flex is a basic wrapper around the component that provides basic theme-controlled styling props, such as the variant
, size
and radius
props.
Extends .
variant
FillVariant
Sets the styling variant. Defaults to the theme default variant.
size
ComponentSize
Sets the size of this component. Defaults to the theme default size.
radius
ComponentSize
Sets the radius of this component. Defaults to the theme default border size.
shadow
boolean
Whether to include a shadow underneath this component. Will display the theme default shadow.