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