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

Quote Slide

A quote/citation slide with minimal, large, and accent variants.

The best way to predict the future is to create it.
Peter Drucker

Installation

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

Usage

import QuoteSlide from "@/components/slides/quote-slide";
 
function MyPresentation() {
  return (
    <Deck>
      <QuoteSlide
        quote="Innovation distinguishes between a leader and a follower."
        attribution="Steve Jobs"
        source="Apple Keynote, 2007"
        variant="accent"
      />
    </Deck>
  );
}

API Reference

QuoteSlide

PropTypeDefaultDescription
quotestringrequiredThe quote text
attributionstring-Quote author
sourcestring-Source context
variant"minimal" | "large" | "accent""minimal"Visual style
notesstring-Speaker notes