Const
Stacks help you easily create flexible and automatically distributed layouts
You can stack elements in the horizontal or vertical direction, and apply a space or/and separator between each element.
It uses display: flex internally and renders a div.
display: flex
div
Docs https://chakra-ui.com/docs/components/stack
Stacks help you easily create flexible and automatically distributed layouts
You can stack elements in the horizontal or vertical direction, and apply a space or/and separator between each element.
It uses
display: flexinternally and renders adiv.