Magnetic Characters Text
A text component where individual characters dynamically respond to hover, creating an engaging magnetic-like effect.
Overview
MagneticCharactersText
is an interactive text component where each character reacts individually to hover, simulating a magnetic pull effect. This creates a dynamic and engaging user experience, making text elements feel more alive. The component is built using framer-motion
for smooth animations.
You can easily customize its appearance using the className
prop, allowing you to adjust font size, colors, spacing, and other styles to match your design needs.
Preview
Magnetic Characters
Usage
Code
Props
Prop | Type | Default |
---|---|---|
text | string | - |
className | string | - |
as | ElementType<any, keyof IntrinsicElements> | "span" |