Components
A stunning animated toggle switch featuring a star icon surrounded by dynamic sparkle particles. When toggled, the switch rotates with a smooth animation while sparkles flow outward, creating a magical effect. The component transforms from a dark theme to a bright blue gradient with enhanced sparkle animations, perfect for premium interfaces, dark mode toggles, or any application requiring an enchanting user interaction.
Loading preview...
import { Component } from "@/components/ui/animate-sparkle-toggle-with-magical-effects";
export default function DemoOne() {
return <Component />;
}