pub fn BaseStack(props: BaseStackProps) -> impl IntoViewExpand description
Headless vertical/horizontal stack — composes BaseFlex with full width.
§Required Props
- children:
Children
§Optional Props
- class:
impl Into<MaybeProp<String>> - style:
impl Into<MaybeProp<String>> - gap:
FlexGap - horizontal:
bool - align:
impl Into<MaybeProp<FlexAlign>> - justify:
impl Into<MaybeProp<FlexJustify>>