Components
Loading preview...
The ContributorsOverviewTable component presents a clean, structured, and interactive summary of contributors within a team or project. Designed for clarity and ease of use, this table highlights essential details like contributor names, email addresses, geographic locations, account status, and individual payout balances. Visual cues such as colored status badges enhance readability, while responsive hover states provide a polished user experience
npx shadcn@latest add https://21st.dev/r/ruixen.ui/contributors-overview-tableimport ContributorsOverviewTable from "@/components/ui/contributors-overview-table";
const DemoOne = () => {
return <ContributorsOverviewTable />;
};
export { DemoOne };