Skip to main content

Dashboard Stats

The DashboardStats component displays a high-level view of how many courses the user has access to, how many threads/comments ("collaborations") they have participated in, and how many certificates they have earned.

✨ View Component in Storybook

Installation

npm install @thoughtindustries/dashboard-stats

Props

None

Example Code

import { DashboardStats } from '@thoughtindustries/dashboard-stats';

export function MyComponent() {
return <DashboardStats />;
}