react-styled-kit - v4.0.3
    Preparing search index...

    Variable TypographyContainerConst

    TypographyContainer: StyledComponent<
        MUIStyledCommonProps<Theme>,
        DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
        {},
    > = ...

    Typography container component

    TypographyContainer

    A layout container for typography components with:

    • Flex column layout
    • Center alignment
    • Consistent text alignment
    <TypographyContainer>
    <StyledTypography level="h1">Title</StyledTypography>
    <StyledTypographyCaption>Subtitle</StyledTypographyCaption>
    </TypographyContainer>