Title Slide
Overview
This layout gives you an easy way to create a title slide for your presentation. It comes with a Heading, Sub-Heading and a Meta component.
Installation
pnpm dlx shadcn@latest add @slide-cn/title-slidenpx shadcn@latest add @slide-cn/title-slideyarn dlx shadcn@latest add @slide-cn/title-slidebunx --bun shadcn@latest add @slide-cn/title-slideDemo
A centered layout perfect for title slides
Welcome to Slide-CN
Create beautiful presentations using code
Internal architecture review - Jan 2026
Usage
Use this component as follows:
<TitleSlide>
<TitleSlide.Heading>
<AuroraText>Welcome to Slide-CN</AuroraText>
</TitleSlide.Heading>
<TitleSlide.SubHeading>
<TypingAnimation>Create beautiful presentations using code</TypingAnimation>
</TitleSlide.SubHeading>
<TitleSlide.Meta>
Internal architecture review - Jan 2026
</TitleSlide.Meta>
</TitleSlide>Reference
Prop
Type