Titanium Dashboard Cards
A polished fintech dashboard overview component designed for financial platforms and admin panels.
Features
- 4 metric cards with real-time trend arrows and percentage changes
- Recent transactions table with 5 rows of activity
- Status badges for completed/pending transactions
- Responsive grid layout (1 col mobile, 2 col tablet, 4 col desktop)
- Dark mode support with consistent contrast ratios
Usage
import RegistryItem from './registry-item';
export default function Page() {
return <RegistryItem />;
}
Customization
- Replace the
metrics and transactions arrays with your live data
- Adjust the color scheme by modifying the zinc/sky Tailwind classes
- Extend the table with additional columns as needed