Components
Loading preview...
A clean and responsive project card that displays key project milestones alongside team member details. It uses a two-column layout with a timeline on the left and a list of contributors on the right, each with status indicators. Fully supports dark mode and adapts to different screen sizes.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/project-pulse-trackerimport RuixenCard from "@/components/ui/project-pulse-tracker";
const DemoOne = () => {
return <RuixenCard />;
};
export { DemoOne };