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

Stat Slide

A statistics-focused slide with single, row, or grid layouts.

Key Metrics

$2MARR
500+Customers
98%Retention

Installation

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

Usage

import StatSlide from "@/components/slides/stat-slide";
 
function MyPresentation() {
  return (
    <Deck>
      <StatSlide
        title="Growth"
        layout="grid"
        stats={[
          { value: "10K", label: "Users", description: "Monthly active" },
          { value: "3x", label: "Growth", description: "Year over year" },
        ]}
      />
    </Deck>
  );
}

API Reference

StatSlide

PropTypeDefaultDescription
titlestring-Slide heading
statsStat[]requiredArray of statistics
layout"single" | "row" | "grid""single"Layout arrangement
notesstring-Speaker notes

Stat

FieldTypeDescription
valuestringThe statistic value
labelstringLabel for the statistic
descriptionstringOptional description