Components
A sleek, rounded rectangular button with a neon green border and text, dark curved side accents, and a smooth color transition on hover.
Loading preview...
import { Component } from "@/components/ui/smooth-animation-button";
export default function DemoOne() {
return <Component />;
}