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

Stack Reveal

A thin typed wrapper over the reveal.js Stack component for vertical stacking.

First Stacked Slide

Second Stacked Slide

Installation

$ pnpm dlx shadcn@latest add @slidecn/stack-reveal

Usage

import StackReveal from "@/components/slides/stack-reveal";
 
function MyPresentation() {
  return (
    <Deck>
      <StackReveal className="gap-4">
        <Slide>First stacked slide</Slide>
        <Slide>Second stacked slide</Slide>
      </StackReveal>
    </Deck>
  );
}

API Reference

StackReveal

PropTypeDefaultDescription
classNamestring-Additional CSS classes
styleCSSProperties-Inline styles
childrenReactNode-Stack content