Dashboard Card
Package: @tesserix/web
Import
import { DashboardCard, DashboardCardHeader, DashboardCardTitle, DashboardCardDescription, DashboardCardValue, DashboardCardTrend, DashboardCardBody, DashboardCardFooter, dashboardCardVariants } from '@tesserix/web'Source
- Component:
packages/web/src/components/dashboard-card/dashboard-card.tsx - Story:
packages/web/src/components/dashboard-card/dashboard-card.stories.tsx - Test: Not found
Status
- Component implementation file: Present
- Story file: Present
- Test file: Missing
Example
import { DashboardCard } from '@tesserix/web'
export function DemoDashboardCard() {
return <DashboardCard />
}