siddcn logo
siddcn
A

Pulse Text

Opacity pulsing effect

LOCALHOST:3000
Loading...
NORMAL100%
InstallationBASH
npx siddcn add text-pulse
UsageTSX
import { PulseText } from 'siddcn';

export default function App() {
  return <PulseText>Loading...</PulseText>;
}