Vertical Spacer
Simple component to add vertical spacing between elements.
Examples
Theme
This component uses the following default theme:
- root{}(2 keys)
- Show all
Learn more about how to customize in the Theme documentation.
API
Prop | Description | Default |
---|---|---|
space | The amount of space to add.string | md |
theme | Theme for the VerticalSpacer.VerticalSpacerTheme | |
ref | Reference to the HTML div element.LegacyRef<HTMLDivElement> |