Dashboard Blocks
Stats cards, metrics, and dashboard layouts
Dashboard Blocks
Professional dashboard components for displaying metrics, statistics, and data visualizations.
Stats Card
Display key metrics with trend indicators.
Stats Cards Grid
Recent Activity
Display recent user activities or transactions.
Recent Activity Card
Overview Dashboard
Complete dashboard layout with multiple sections.
Dashboard Overview
Usage
Customize dashboard blocks for your needs:
Add Real Data
{
"type": "card",
"dataSource": {
"api": "/api/stats/revenue",
"method": "GET"
}
}Customize Colors
{
"type": "text",
"content": "+20.1%",
"className": "text-emerald-500"
}Add Actions
{
"type": "button",
"label": "View Details",
"action": {
"type": "navigate",
"path": "/dashboard/details"
}
}Next Steps
- Explore Form Blocks
- View Marketing Blocks
- Learn about Data Sources