Components
A modern copy button with animated "Copied!" feedback using a floating tooltip powered by framer-motion.
Loading preview...
import RuixenBtn05 from "@/components/ui/ruixen-btn05";
const DemoOne = () => {
return <RuixenBtn05 />;
};
export { DemoOne };