Heading
The Heading Component is a versatile user interface (UI) element commonly used in web and application design to display titles, section headers, and other important textual content. It allows developers to create visually appealing and structured content by customizing various aspects of the heading, including text size, font style, color, and alignment.
Components
Heading

Headline
Subhead
Explain more about the topic shown in the headline and subhead through supporting text.
API Reference
Heading
refReact.ForwardedRef<HTMLDivElement>
React Ref. ObjectHeadingAvatar
srcstring
Image elemantfallbackstring
An element that renders when the image hasn't loaded.size'sm' | 'md' | 'lg'
Size of Avatar.HeadingHeaders
headlinestring
Main headline of header. Tailwind: text-xlsubheadstring
Sub headline of header. Tailwind: text-lgsupportingstring
Explain more about the topic shown in the headline and subhead through supporting text.Installation
Usage
import { Heading, HeadingAvatar, HeadingHeaders } from "@paperplane-ui";<Heading className="">
<HeadingAvatar alt="" fallback="" src="" />
<HeadingHeaders headline="" subhead="" supporting="" />
</Heading>