Skip to main content
Clever Ops

Physics Type

Cursor-repelled headline physics for React, every glyph is a body on a damped home spring fleeing an inverse-falloff pointer field; keyboard focus fires a designed ripple. Tailwind-themed.

Preview & code

Loading Physics Type preview

Installation

pnpm dlx shadcn@latest add @cleverui/physics-type

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

Usage

tsx
import { PhysicsType } from '@/components/blocks/physics-type'
Exampletsx
import { PhysicsType } from '@/components/blocks/physics-type'

export default function PhysicsTypeDemo() {
  return (
    <PhysicsType
      eyebrow="Lab · Repulsion field"
      headline="These letters keep their distance"
      accentWord={3}
      description="Each glyph is a body on a damped home spring. The pointer carries a repulsion field that scatters them mid-word; take it away and the typesetting reassembles itself. Tab to the stage and a wavefront pulses the line instead."
    />
  )
}

API reference

PhysicsType accepts the following props.

PropTypeDefaultDescription
eyebrowstring
headline*stringthe headline, each glyph becomes a body on a home spring
descriptionstring
accentWordnumber-10-based word index carrying the accent ink; -1 for none

…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 Physics Type component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/physics-type`. 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 Physics Type require?

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

Can I theme Physics Type 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