NameTypeDefaultDescription
extends
Omit<HTMLAttributes<HTMLDivElement>, "color" | "results">
--
children
ReactNode
--
className
string
--
gap
ThebeScale
--
grow
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
--
elevation
"small" | "medium" | "large"
--
isAround
boolean
--
isBetween
boolean
--
isCentered
boolean
--
isColumn
boolean
--
isFullWidth
boolean
--
isInline
boolean
--
isNoWrap
boolean
--
isStretch
boolean
--
isWrapped
boolean
--
isXCentered
boolean
--
isYCentered
boolean
--
onClick
ThebeOnClickType
--
padding
ResponsiveScaleType
--
paddingX
ThebeScale
--
paddingY
ThebeScale
--
ref
RefObject<HTMLDivElement>
--
withBackground
boolean
--
withRadius
ResponsiveRadiusType
--
xAlign
"start" | "end" | "center"
--
yAlign
"start" | "end" | "baseline"
--

Flex
2025