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

Notes

Speaker notes for reveal.js presentations.

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

PropTypeDefaultDescription
childrenstringrequiredNote content
markdownboolean-Parse as markdown