SlideTitle
Primary heading for a slide. Renders an<h1> with responsive sizing that scales from text-4xl to text-7xl across breakpoints.
Override the default size with className (e.g. className="text-3xl sm:text-4xl").
Props
The heading content to display
Additional CSS classes to apply. Use this to override the default responsive sizing
Usage
Custom Sizing
With Other Typography Components
Styling Details
- Default font size:
text-4xl(mobile) totext-7xl(large screens) - Font weight:
font-black - Letter spacing:
-0.04em - Color:
text-foreground - Semantic HTML: Renders as
<h1>element