Kind: Component
Source: atloria-monorepo/apps/web/src/components/Analytics/charts/MetricCard.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
label | string | ✓ | - |
value | `number | null | undefined` |
previousValue | `number | null` | - |
format | `unknown | unknown | unknown` |
trend | number[] | - | - |
icon | unknown | - | - |
accent | string | - | unknown |
onClick | Function | - | - |
loading | boolean | - | false |
Diagram
mermaidgraph TD component_MetricCard_622499c5["MetricCard"] class component_MetricCard_622499c5 rootComponent
Relationships
- RENDERS →
ArrowUpIcon - RENDERS →
ArrowDownIcon - RENDERS →
MinusIcon - RENDERS →
ResponsiveContainer - RENDERS →
AreaChart - RENDERS →
Area
Was this page helpful?