Skip to main content
Clever Ops

Kinetic Variable Hero

A hero headline set on a live variable-font weight field, the pointer blooms wght through the glyphs while scroll scrubs a crest across the line. React + Tailwind, zero dependencies.

Preview & code

Loading Kinetic Variable Hero preview

Installation

pnpm dlx shadcn@latest add @cleverui/kinetic-variable-hero

Requires the @cleverui registry in your components.json, a one-off, two-line setup.

Usage

tsx
import { KineticVariableHero } from '@/components/blocks/kinetic-variable-hero'
Exampletsx
import { KineticVariableHero } from '@/components/blocks/kinetic-variable-hero'

export default function KineticVariableHeroDemo() {
  return (
    <KineticVariableHero
      eyebrow="Lab · Live wght axis"
      headline="Weight follows your hand."
      accentWord={1}
      description="Every glyph sits on a live variable-font field, the pointer carries a weight bloom across the line, and scrolling drives a crest through it. No canvas, no images: just the axis your system font already ships."
      primaryCta={{ label: 'Read the axis notes', href: '#axis' }}
      secondaryCta={{ label: 'View the field math', href: '#math' }}
    />
  )
}

API reference

KineticVariableHero accepts the following props.

PropTypeDefaultDescription
eyebrowstring
headline*stringthe scrubbed headline, kept to ~2–8 words; letters respond individually
descriptionstring
primaryCta{ label: string; href: string }
secondaryCta{ label: string; href: string }
accentWordnumber10-based word index carrying the accent ink (and the reduced-motion poster's bold)

…plus everything from React.HTMLAttributes<HTMLElement>: className, event handlers, aria attributes and the rest pass straight through.

Frequently asked questions

How do I install the Kinetic Variable Hero component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/kinetic-variable-hero`. The shadcn CLI copies the source into your project, you own the code from that point. You can also copy the source directly from this page.

What dependencies does Kinetic Variable Hero require?

Kinetic Variable Hero has no npm dependencies beyond React and Tailwind CSS itself, so there is nothing extra to install or keep updated.

Can I theme Kinetic Variable Hero to match my brand?

Yes. The component is styled entirely with Tailwind utilities over standard design tokens (primary, background, muted, border), so it inherits your existing shadcn/ui theme automatically. Change your CSS variables and the component follows, no source edits needed for palette, radius, or fonts.

Want this built for you?

CleverUI is built by the Clever Ops web team. If you'd rather ship a hand-coded, fast, custom website than assemble one, we build them for Australian businesses every week.

Explore web development services