Components
Loading preview...
Based animated canvas component that transforms text into particles with vaporizing, fading, and dynamic effects.
npx shadcn@latest add https://21st.dev/r/xubohuah/vaporize-animation-textimport { VaporizeAnimationText } from "@/components/ui/vaporize-animation-text";
const DemoOne = () => {
return <VaporizeAnimationText texts={["21st.dev"]} />;
};
export { DemoOne };