Components
This is a circular radial share button that reveals multiple social media icons (like Twitter, LinkedIn, Mail, etc.) around it when hovered or clicked. Each icon smoothly expands outward from the center in a subtle, muted color palette
Loading preview...
import RuixenBtn08 from "@/components/ui/ruixen-btn08";
const DemoOne = () => {
return <RuixenBtn08 />;
};
export { DemoOne };