Components
Loading preview...
Lightning Text Animation
npx shadcn@latest add https://21st.dev/r/minhxthanh/lightning-textimport LightningText from "@/components/ui/lightning-text";
const DemoOne = () => {
return <LightningText />;
};
export { DemoOne };