For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
0
Sponsor

Title Slide

A presentation title slide component with configurable alignment and metadata.

Chapter 1

Getting Started

Everything you need to build beautiful slides

Jane Smith2024

Installation

$ pnpm dlx shadcn@latest add @slidecn/title-slide

Usage

import TitleSlide from "@/components/slides/title-slide";
 
function MyPresentation() {
  return (
    <Deck>
      <TitleSlide
        eyebrow="Pitch Deck"
        title="Acme Corp"
        subtitle="The future of X"
        author="Jane Smith"
        date="2024"
        align="center"
        notes="Welcome everyone!"
      />
    </Deck>
  );
}

API Reference

TitleSlide

PropTypeDefaultDescription
eyebrowstring-Small uppercase label above the title
titlestringrequiredMain heading text
subtitlestring-Subtitle below the title
authorstring-Author name displayed at bottom
datestring-Date displayed at bottom
align"center" | "left""center"Content alignment
notesstring-Speaker notes