6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import { RollingText } from '@/registry/text/rolling';
|
|
|
|
export const RollingTextDemo = () => {
|
|
return <RollingText className="text-4xl" text="Rolling Text" />;
|
|
};
|