Components
Loading preview...
A smooth, premium theme switch animation using the View Transitions API and a custom GIF mask to transition between light and dark modes.
@jahirul07
npx shadcn@latest add https://21st.dev/r/jahirulislamrayhan07/mask-view-transition-theme-toggleimport { Component } from "@/components/ui/mask-view-transition-theme-toggle";
export default function DemoOne() {
return <Component />;
}