Components
A glowing pill-shaped button with subtle scaling and a looping arrow animation, perfect for modern call-to-action prompts.
Loading preview...
import RuixenBtn02 from "@/components/ui/ruixen-btn02";
const DemoOne = () => {
return <RuixenBtn02 />;
};
export { DemoOne };