Components
Loading preview...
This section contains a set of responsive action buttons — Portfolio, Connect, and Share — allowing users to view the developer’s work, connect for opportunities, or share the profile easily. The layout adjusts gracefully across screen sizes for a clean, accessible experience.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/ruixen-card02import RuixenCard02 from "@/components/ui/ruixen-card02";
const DemoOne = () => {
return <RuixenCard02 />;
};
export { DemoOne };