主题切换按钮

主题切换按钮,借助 View Transition API 以全屏矩形裁剪路径展开切换效果。

Rectangle
Circle
Circle blur

安装

用 shadcn CLI 添加,或手动复制源码。

$ bunx --bun shadcn add @uilab/theme-toggle

API 参考

useThemeToggle

variant?
"circle" | "rectangle" | "circle-blur"
rectangle
start?
"center" | "top-left" | "top-right" | "bottom-left" | "bottom-right" | "bottom-up"
bottom-up

ThemeToggle

variant?
"circle" | "rectangle" | "circle-blur"

Animation variant. Default: "rectangle".

rectangle
start?
"center" | "top-left" | "top-right" | "bottom-left" | "bottom-right" | "bottom-up"

Origin direction for the reveal. Default: "bottom-up".

bottom-up
iconClassName?
string
className?
string

Keep in mind

Some components on this site are inspired by or recreated from existing work across the web. I'm not here to take credit; just to learn, experiment, and sometimes push things a bit further. If something looks familiar and I forgot to mention you, reach out and I'll fix that right away.