Flex is Box with display: flex and comes with helpful style shorthand. It renders a div element.
Usage
Import
import { Flex, Spacer } from '@passfort/castle'content_copyCopy
Example
Using the Flex components, here are some helpful shorthand props:
flexDirectionisdirectionflexWrapiswrapflexBasisisbasisflexGrowisgrowflexShrinkisshrinkalignItemsisalignjustifyContentisjustify
content_copyCopy
live example
Using the Spacer
As an alternative to Stack, you can combine Flex and Spacer to create stackable and responsive layouts.
content_copyCopy
live example