← All toggles
720
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 />;
}