All components

Scrambling Text

Scrambling Text is a React and Tailwind CSS text component from Motion Primitives, licensed MIT. Copy it and paste it into your project.

Motion Primitives MIT text

What it is

Scrambling Text is a React and Tailwind CSS text component from Motion Primitives, licensed MIT. Copy it and paste it into your project.

How to use it

Open it in the catalogue, press copy, and paste it into your project. The prompt you copy carries the code and the rules that tell your agent to reproduce it without changing anything.

Open in the catalogue

Four free copies a week. No card.

No packages beyond the project baseline

Licence

This component comes from Motion Primitives and is redistributed under the MIT licence, which permits commercial use. The copyright notice travels with the code.

Scrambling Text

app/docs/text-scramble/text-scramble-basic.tsx
import { TextScramble } from '@/components/core/text-scramble';

export function TextScrambleBasic() {
  return (
    <TextScramble className='font-mono text-sm uppercase'>
      Text Scramble
    </TextScramble>
  );
}

Similar components