Dot Morph Button
Button with morphing dots for progress/confirmation.
Installation
npx smoothui-cli add dot-morph-buttonFeatures
- Morphing dot animations
- States: idle, loading, success
- Keyboard and ARIA support
- Easy to theme
Accessibility
Reduced Motion
This component respects the prefers-reduced-motion media query via useReducedMotion from Motion. When reduced motion is preferred, the dot morph hover animation is disabled. The component also detects hover-capable devices and disables the hover effect on touch devices.