Components
Presentation Title
Slide content goes here.
Installation
$ pnpm dlx shadcn@latest add @slidecn/notes
Usage
import Notes from "@/components/slides/notes";
function MyPresentation() {
return (
<Deck>
<Notes markdown>## Speaker Notes - Point one - Point two</Notes>
</Deck>
);
}API Reference
Notes
| Prop | Type | Default | Description |
|---|---|---|---|
children | string | required | Note content |
markdown | boolean | - | Parse as markdown |