Stack
Basic
top
middle
bottom
<Stack class="gap-5">
<div>top</div>
<div>middle</div>
<div>bottom</div>
</Stack>
Props
Prop | Required | Default | Type and notes |
---|---|---|---|
children | ✔ | - |
|
...rest | - | - |
See the docs for rest parameters. For Stack , you could pass anything you normally would pass to <div> because the return value looks something like this:
|