Dashboard 02 is a sales analytics dashboard layout with revenue KPI cards at the top, an interactive bar chart in the center, and a recent orders table at the bottom. Built with shadcn/ui Card, Table, and Chart components (wrapping Recharts), it supports both light and dark mode and handles responsive layout with a CSS grid. The KPI values, chart data, and table rows are all configurable via props — connect them to any data source or Supabase query.
The chart uses Recharts via the shadcn/ui Chart component wrapper, which provides consistent theming with the rest of your UI. Connect the chart data to a Supabase aggregation query or an API endpoint that returns time-series revenue data.