Skip to main content
Clever Ops

Magnetic Field

A multi-body magnetic link field for React, the pointer pulls chips, displaced bodies shoulder neighbours aside, springs carry the system home. Keyboard drives the same physics. Tailwind-themed.

Preview & code

Loading Magnetic Field preview

Installation

pnpm dlx shadcn@latest add @cleverui/magnetic-field

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

Usage

tsx
import { MagneticField } from '@/components/blocks/magnetic-field'
Exampletsx
import { MagneticField } from '@/components/blocks/magnetic-field'

export default function MagneticFieldDemo() {
  return (
    <MagneticField
      eyebrow="Lab · Coupled bodies"
      heading="Every link is a body in the field."
      items={[
        { label: 'Design tokens', href: '#tokens' },
        { label: 'Motion standards', href: '#motion' },
        { label: 'Registry', href: '#registry' },
        { label: 'Playground', href: '#playground' },
        { label: 'Spectacle tier', href: '#spectacle' },
        { label: 'Industry voices', href: '#industry' },
        { label: 'QA harness', href: '#qa' },
        { label: 'Theme presets', href: '#themes' },
        { label: 'Agent prompts', href: '#agents' },
        { label: 'Changelog', href: '#changelog' },
      ]}
    />
  )
}

API reference

MagneticField accepts the following props.

PropTypeDefaultDescription
eyebrowstring
headingstring
items*MagneticFieldItem[]6–16 link bodies forming the field
strengthnumber1attraction multiplier 0.5–1.5

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

Referenced types

Typestsx
export interface MagneticFieldItem {
  label: string
  href: string
}

Frequently asked questions

How do I install the Magnetic Field component?

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

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

Can I theme Magnetic Field 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