Components
Loading preview...
a comprehensive overview of RUIXEN’s open-source projects, teams, and contributors. Designed for maintainers and team leads, it offers dynamic column selection, real-time filtering by project status and technology, and contributor tooltips with role and contact details. Users can customize their view to focus on specific data points—such as project timelines, technologies used, or team compositions—making it easy to manage internal development efforts or showcase team contributions publicly. The interface is clean, responsive, and optimized for both quick scanning and deep inspection.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/ruixen-contributors-tableimport ContributorsTable from "@/components/ui/ruixen-contributors-table";
const DemoOne = () => {
return <ContributorsTable />;
};
export { DemoOne };