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

Section Slide

A chapter divider slide with label and title.

Part I

The Problem

Installation

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

Usage

import SectionSlide from "@/components/slides/section-slide";
 
function MyPresentation() {
  return (
    <Deck>
      <SectionSlide label="Chapter 2" title="Our Solution" variant="accent" />
    </Deck>
  );
}

API Reference

SectionSlide

PropTypeDefaultDescription
labelstring-Small uppercase label above the title
titlestringrequiredSection heading
variant"minimal" | "accent""minimal"Visual style variant
notesstring-Speaker notes