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
 - Yarn
 
npm install @thoughtindustries/dashboard-stats
yarn add @thoughtindustries/dashboard-stats
Props
None
Example code
import { DashboardStats } from '@thoughtindustries/dashboard-stats';
export function MyComponent() {
  // ...
  return (
    <DashboardStats />
  );
}