Components
A sleek, dark-themed project management dashboard featuring color-coded cards with progress tracking, team member display, and deadline countdown timers. Perfect for task management interfaces, admin dashboards, or any project tracking application.
Loading preview...
import { ProjectDashboard } from "@/components/ui/course-progress-tracking-cards";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<ProjectDashboard />
</div>
);
};
export { DemoOne };