Components
A purple gradient “Credits” button with a lightning icon that plays a zap-like reanimation effect when clicked for extra visual impact.
Loading preview...
import { Component } from "@/components/ui/credits-button";
export default function DemoOne() {
return <Component />;
}