Flex

<Flex gap={4} isColumn={true}>
<Text type="small">1</Text>
<Text>2</Text>
</Flex>
NameTypeDescriptionRequired
extends
HTMLAttributes<unknown>
-
children
HeliosChildrenType
-
Yes
className
string
-
draggable
boolean
-
gap
HeliosScale
-
isAround
boolean
-
isBetween
boolean
-
isCentered
boolean
-
isColumn
boolean
-
isInline
boolean
-
isStretch
boolean
-
isWrapping
boolean
-
isXCentered
boolean
-
isYCentered
boolean
-
onClick
HeliosOnClickType
-
padding
ResponsiveScaleType
-
paddingX
HeliosScale
-
paddingY
HeliosScale
-
ref
RefObject<HTMLDivElement>
-
withBackground
boolean
-
withRadius
ResponsiveRadiusType
-
xAlign
"start" | "end" | "center"
-
yAlign
"start" | "end" | "baseline"
-