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

Fit Text

Automatically resizes text to fill the available space using r-fit-text.

Big Impact Heading

Installation

$ pnpm dlx shadcn@latest add @slidecn/fit-text

Usage

import FitText from "@/components/slides/fit-text";
 
function MyPresentation() {
  return (
    <Deck>
      <FitText as="h1">Big Impact Heading</FitText>
    </Deck>
  );
}

API Reference

FitText

PropTypeDefaultDescription
childrenstringrequiredText content
askeyof JSX.IntrinsicElements"h2"HTML element to render