werkbank
    Preparing search index...
    • Caption typography component for small text.

      Type Parameters

      • Element extends keyof IntrinsicElements = "span"

        The HTML element type.

      Parameters

      Returns ReactElement<
          Omit<TypographyProps<Element>, "size" | "element" | "children"> & {
              className: string;
          },
          string
          | JSXElementConstructor<any>,
      >

      The rendered typography element.

      <Caption>Small note</Caption>