Spacer
Provide empty space.
import { Spacer } from '@nextui-org/react';
Vertical
Horizontal
APIs
Spacer Props
Attribute | Type | Accepted values | Description | Default |
---|---|---|---|---|
x | number / float | - | x-axis spacing | 1 |
y | number / float | - | y-axis spacing | 1 |
inline | boolean | - | inline space | false |
css | Stitches.CSS | - | Override Default CSS style | - |
as | keyof JSX.IntrinsicElements | - | Changes which tag component outputs | div |
... | HTMLAttributes | 'id', 'className', ... | native props | - |