Components
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
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | - | Small uppercase label above the title |
title | string | required | Section heading |
variant | "minimal" | "accent" | "minimal" | Visual style variant |
notes | string | - | Speaker notes |