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

    Variable StyledTypographyCaptionConst

    StyledTypographyCaption: StyledComponent<
        TypographyOwnProps & CommonProps & Omit<
            DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>,

                | "className"
                | "style"
                | "classes"
                | "children"
                | "sx"
                | "p"
                | "color"
                | "border"
                | "boxShadow"
                | "fontWeight"
                | "zIndex"
                | "alignContent"
                | "alignItems"
                | "alignSelf"
                | "bottom"
                | "boxSizing"
                | "columnGap"
                | "display"
                | "flexBasis"
                | "flexDirection"
                | "flexGrow"
                | "flexShrink"
                | "flexWrap"
                | "fontFamily"
                | "fontSize"
                | "fontStyle"
                | "gridAutoColumns"
                | "gridAutoFlow"
                | "gridAutoRows"
                | "gridTemplateAreas"
                | "gridTemplateColumns"
                | "gridTemplateRows"
                | "height"
                | "justifyContent"
                | "justifyItems"
                | "justifySelf"
                | "left"
                | "letterSpacing"
                | "lineHeight"
                | "marginBlockEnd"
                | "marginBlockStart"
                | "marginBottom"
                | "marginInlineEnd"
                | "marginInlineStart"
                | "marginLeft"
                | "marginRight"
                | "marginTop"
                | "maxHeight"
                | "maxWidth"
                | "minHeight"
                | "minWidth"
                | "order"
                | "paddingBlockEnd"
                | "paddingBlockStart"
                | "paddingBottom"
                | "paddingInlineEnd"
                | "paddingInlineStart"
                | "paddingLeft"
                | "paddingRight"
                | "paddingTop"
                | "position"
                | "right"
                | "rowGap"
                | "textAlign"
                | "textOverflow"
                | "textTransform"
                | "top"
                | "visibility"
                | "whiteSpace"
                | "width"
                | "borderBottom"
                | "borderColor"
                | "borderLeft"
                | "borderRadius"
                | "borderRight"
                | "borderTop"
                | "flex"
                | "gap"
                | "gridArea"
                | "gridColumn"
                | "gridRow"
                | "margin"
                | "marginBlock"
                | "marginInline"
                | "overflow"
                | "padding"
                | "paddingBlock"
                | "paddingInline"
                | "bgcolor"
                | "m"
                | "mt"
                | "mr"
                | "mb"
                | "ml"
                | "mx"
                | "marginX"
                | "my"
                | "marginY"
                | "pt"
                | "pr"
                | "pb"
                | "pl"
                | "px"
                | "paddingX"
                | "py"
                | "paddingY"
                | "typography"
                | "displayPrint"
                | "variant"
                | "align"
                | "gutterBottom"
                | "noWrap"
                | "paragraph"
                | "variantMapping",
        > & MUIStyledCommonProps<Theme> & {} & {
            color?: "white" | "primary";
            level?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
        },
        {},
        {},
    > = ...

    Styled caption typography component

    StyledTypographyCaption

    A prominent caption with:

    • Gradient text effect
    • Color variants (primary/white)
    • Bold weight
    • Center alignment
    • Responsive text wrapping

    Component props

    Heading level style

    Text color variant

    Material-UI theme object

    <StyledTypographyCaption color="primary">
    Featured Content
    </StyledTypographyCaption>