A visually animated theme toggle switch that morphs between a sun and moon using GSAP + MorphSVG. Includes animated rays and stars to enhance the light/dark mode transition.
Props
Property
Type
Default
Description
isDark
boolean
false
Indicates whether the current theme is dark mode.
onToggle
() => void
—
Callback function called when the toggle button is clicked.