UNPKG

slidev-theme-hatch-corporate

Version:

A comprehensive Slidev theme for Hatch corporate presentations with advanced layouts and components

54 lines (49 loc) 1.22 kB
--- theme: hatch-corporate title: "Metrics Template" --- --- layout: metrics title: "Key Performance Indicators" subtitle: "Tracking our progress and success metrics" columns: 4 metrics: - icon: "📈" value: "85%" label: "User Adoption" change: "+12%" trend: "positive" - icon: "⚡" value: "35%" label: "Time Savings" change: "+8%" trend: "positive" - icon: "🎯" value: "99.2%" label: "Accuracy Rate" change: "+2.1%" trend: "positive" - icon: "💰" value: "200%" label: "ROI Achieved" change: "+15%" trend: "positive" --- <!-- This slide creates a beautiful metrics dashboard with: - Animated metric cards with hover effects - Color-coded trend indicators - Customizable grid layout (2-5 columns) - Professional data visualization You can customize: - title: Main heading - subtitle: Optional description - columns: Number of columns (2, 3, 4, or 5) - metrics: Array of metric objects Each metric can include: - icon: Emoji or icon - value: The main metric value - label: Description of the metric - change: Percentage change (optional) - trend: "positive", "negative", or "neutral" -->