Components
Loading preview...
Animated visual effect with floating, rotating triangles that look like they are being sucked into a black
npx shadcn@latest add https://21st.dev/r/minhxthanh/triangles-fallingimport Triangles from "@/components/ui/triangles-falling";
const DemoOne = () => {
return <Triangles />;
};
export { DemoOne };