1.5.0 • Published 3 months ago

@snmt-react-ui/flex v1.5.0

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

Flex

Props

NameDescriptionTypeDefault
childrenChildren components to renderReact.Node-
directionSets the direction for elements in the container (flex-direction)"row" "column"row
gapSets the gap between element in the containernumber-
flexWrapSet whether the element is displayed in a single line or in multiple lines (flex-wrap)"wrap" "nowrap" "wrap-reverse" "inherit"nowrap
alignItemsSets the alignment of elements in the direction of the cross axis (align-items)"normal" "stretch""first baseline" "last baseline""safe" "unsafe""center" "start" "end" "self-start" "self-end" "flex-start" "flex-end" "anchor-center"normal
justifyContentSets the alignment of elements in the direction of the main axis (justify-content)"normal" "stretch""safe" "unsafe""center" "start" "end" "flex-start" "flex-end""space-between" "space-around" "space-evenly"normal
flexFlex CSS shorthand properties (flex)string-
componentCustom element typeReact.ComponentType-