werkbank
    Preparing search index...
    • Overline typography component (uppercase, small text).

      Type Parameters

      • Element extends keyof IntrinsicElements = "span"

        The HTML element type.

      Parameters

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

      The rendered typography element.

      <Overline>CATEGORY</Overline>