Skip to main content
Clever Ops

Ink Bloom Hero

Ink blooms across the page on arrival, organic blots spread from seed points and the headline surfaces through them, like type developing on wet paper.

Preview & code

Loading Ink Bloom Hero preview

Installation

pnpm dlx shadcn@latest add @cleverui/hero-ink-bloom

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

Usage

tsx
import { HeroInkBloom } from '@/components/blocks/hero-ink-bloom'
Exampletsx
import { HeroInkBloom } from '@/components/blocks/hero-ink-bloom'

export default function HeroInkBloomDemo() {
  return (
    <HeroInkBloom
      eyebrow="Wet Press · Edition 12"
      title="Headlines that develop on wet paper."
      description="Ink spreads from seed points, thins as it blooms, and leaves the type standing on gallery paper. One entrance, the blot in the corner is the only signature that stays."
      primaryCta={{ label: 'Pull a proof', href: '#' }}
      secondaryCta={{ label: 'See the press notes', href: '#' }}
    />
  )
}

API reference

HeroInkBloom accepts the following props.

PropTypeDefaultDescription
eyebrowstringmono micro-label above the headline
title*string
descriptionstring
primaryCta{ label: string; href: string }
secondaryCta{ label: string; href: string }

…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 Ink Bloom 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/hero-ink-bloom`. 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 Ink Bloom Hero require?

Ink Bloom Hero uses motion on top of React and Tailwind CSS. You don't need to install it manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Ink Bloom 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