A
Pulse Text
Opacity pulsing effect
LOCALHOST:3000
Loading...
NORMAL100%
InstallationBASH
npx siddcn add text-pulseUsageTSX
import { PulseText } from 'siddcn';
export default function App() {
return <PulseText>Loading...</PulseText>;
}Opacity pulsing effect
Loading...
npx siddcn add text-pulseimport { PulseText } from 'siddcn';
export default function App() {
return <PulseText>Loading...</PulseText>;
}