Title
The Title component is a specialized text component designed for headings and titles. It provides a consistent and accessible way to display heading text with proper semantic HTML elements.
Brand Heading 1
Brand Heading 2
Brand Heading 3
Brand Heading 4
Brand Heading 5
Brand Heading 6
Product Heading 1
Product Heading 2
Product Heading 3
Product Heading 4
Product Heading 5
Product Heading 6
Prop | Type | Default value |
---|---|---|
Prop size | Type "2xl" | "xl" | "lg" | "md" | "sm" | "xs" | Default value lg |
Prop type | Type "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | Default value h1 |
Prop color | Type "default" | "muted" | Default value default |
Prop align | Type "left" | "center" | "right" | Default value left |
Prop family | Type "product" | "brand" | Default value product |
Prop className | Type string | Default value none |