← All toggles
721

Inner Moon 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/inner-moon
2 Import and use
import { InnerMoon } from "@/components/ui/inner-moon";

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