Components
Loading preview...
ToggleTheme is an interactive theme switcher for React/Next.js applications that allows users to toggle between light and dark modes. It features a smooth, animated icon transition between sun and moon using Framer Motion, enhancing the visual feedback.
npx shadcn@latest add https://21st.dev/r/axai-kaizoku/animated-theme-toggleimport {AnimatedThemeToggle} from '@/components/ui/animated-theme-toggle'
export default function DemoOne() {
return <>
<AnimatedThemeToggle/></>;
}