Spacer
Flexible space filler for flex and grid layouts.
import { Spacer } from '@ybouhjira/hyperkit';#Playground
Edit the code — the preview recompiles and re-renders as you type.
Loading preview…
#Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | SpaceToken | string | number | — | Fixed size. If omitted, uses flex:1 to fill available space. |
axis | 'horizontal' | 'vertical' | 'horizontal' | Which dimension to space. |