← All toggles
721

Horizon Theme Toggle

Animated dark mode toggle component for React, Svelte, and Vue.

1 Run the shadcn CLI
npx shadcn@latest add https://toggles.dev/r/horizon
2 Import and use
import { Horizon } from "@/components/ui/horizon";

export default function App() {
  return <Horizon />;
}