Text Reveal

Text that reveals itself with a decoding/scramble effect.

Properties

SYSTEM INITIALIZED

Text to reveal

50

Reveal speed (ms)

Installation

npm install @reactomega/ui

Usage

Usage

import { TextReveal } from '@reactomega/ui';

export default function App() {
  return (
    <TextReveal text="Hello World" className="text-2xl" />
  );
}