Adds a vertical space.

Adjust the styles through the provided css variables:

  • --hylo-space-height the height of the space
  • --hylo-space-min-height the minimum height of the space
  • --hylo-space-max-heigth the maximum height of the space
  • --hylo-space-height-small the height of the space in "small" mode
  • --hylo-space-min-height-small the minimum height of the space in "small" mode
  • --hylo-space-max-heigth-small the maximum height of the space in "small" mode

Properties

height: string

The height of the space. Overwrites the style settings. E.g. 20px

maxHeight: string

The maximum height of the space. Overwrites the style settings. E.g. 30px

minHeight: string

The minimum height of the space. Overwrites the style settings. E.g. 10px

small: boolean

Apply "small" styles to the component.

Generated using TypeDoc