Craft
Magical Mouse

Magical Mouse

Magical Mouse

Loading...

The Magical Mouse component creates a magical mouse effect. It supports hover effects, color changes, and pixel shape customization.

Installation

npx shadcn@latest add "https://bucharitesh.in/r/magical-mouse"

Props

PropTypeDescriptionDefault
iconReact.ReactNodeIcon to be used in the componentSparkle from lucide-react
starAnimationDurationnumberDuration of the star animation in milliseconds1500
minimumTimeBetweenStarsnumberMinimum time between star spawns in milliseconds250
minimumDistanceBetweenStarsnumberMinimum distance between star spawns in pixels75
glowDurationnumberDuration of the glow effect in milliseconds75
maximumGlowPointSpacingnumberMaximum spacing between glow points in pixels10
colorsstring[]Colors for the stars in RGB format["249 146 253", "252 254 255"]
sizesstring[]Sizes for the stars["1.4rem", "1rem", "0.6rem"]
classNamestringCustom class name""

Credits