Skip to main content

Dashboard Stats

Description

The DashboardStats component displays a high level view of how many courses the user has access to, as well as how many threads/comments ("collaborations") they have participated in, alongside 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 />
);
}