Components
Loading preview...
Here is active effect component
@shadcnspace
npx shadcn@latest add https://21st.dev/r/shadcnspace/active-effectimport SwitchActiveEffectDemo from "@/components/ui/active-effect";
export default function DemoOne() {
return (
<div className="p-4 w-full">
<SwitchActiveEffectDemo />
</div>
);
}