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

Content Slide

A general-purpose content slide with multiple layout options.

Key Features

This is a default layout content slide with a title and body text.

Installation

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

Usage

import ContentSlide from "@/components/slides/content-slide";
 
function MyPresentation() {
  return (
    <Deck>
      <ContentSlide title="Architecture" layout="split">
        <div>Left content</div>
        <div>Right content</div>
      </ContentSlide>
    </Deck>
  );
}

API Reference

ContentSlide

PropTypeDefaultDescription
titlestring-Slide heading
layout"default" | "split" | "full-bleed""default"Layout mode
childrenReactNoderequiredSlide content
notesstring-Speaker notes