Mahou UIMahou UI

Text reveal

A scroll driven text reveal

Preview

Loading...

Installation

CLI

pnpm dlx shadcn@latest add https://mahou-ui.kevintakeda.com/r/text-reveal.json

Usage

import { TextReveal } from "@/components/ui/text-reveal"
<TextReveal
  text="Build enchanting interfaces with Mahou"
  className="[--color-accent:var(--color-primary)]" />

Props

PropTypeDefaultDescription
textstring-The text to be revealed
startstring10%The entry position of the animation
offsetnumber10The animations characters offset
offsetMultipliernumber1.1The offset multiplier
classNamestring-The class name to be applied to the component