Flex
Flex components implement a layout that flexibly arranges child components.
Example
Live Editor
Result
Loading...
Direction
You can set the direction of flex. (row
| column
)
Live Editor
Result
Loading...
Justify & Align
You can set the justify-content
/align-items
of flex.
Live Editor
Result
Loading...
Wrap
You can set the wrap
of flex. (nowrap
| wrap
| wrap-reverse
)
Live Editor
Result
Loading...
Gap
You can set the item's gap
of flex.
Live Editor
Result
Loading...