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