Pixel Hover Button
◉ ButtonsButton with pixelated dissolve effect that fans out on hover.
buttonpixelhoveranimationcsscta
No preview available
Hover over the button to see the pixel dissolve effect
Controls
#ff7657
20
Button with pixelated dissolve effect that fans out on hover.
No preview available
Hover over the button to see the pixel dissolve effect
Buttons / React Component
Button with pixelated dissolve effect that fans out on hover.
Copy the shadcn CLI command below. Replace YOUR_LICENSE_KEY with the license key from your FutureUI account — or log in and it will auto-fill for you.
npx shadcn@latest add "https://futureui.studio/api/registry/pixel-hover-button.json?key=YOUR_LICENSE_KEY" import { PixelHoverButton } from './PixelHoverButton';
export default function Example() {
return <PixelHoverButton label="Get Started" accentColor="#9333ea" pixelSize={16} />;
}