dotHello Dashboard Addon — v2.5.0
========================================

Requires: dotHello Core v2.5.0

Files included
──────────────
  dothello-dashboard.css      Full unminified stylesheet
  dothello-dashboard.min.css  Minified stylesheet
  dothello-dashboard.js       Full unminified JavaScript
  dothello-dashboard.min.js   Minified JavaScript
  dashboard.html              Full-page example template

Load order
──────────
  <link rel="stylesheet" href="tokens.css">
  <link rel="stylesheet" href="dothello.min.css">
  <link rel="stylesheet" href="dothello-dashboard.min.css">
  <script src="dothello.min.js" defer></script>
  <script src="dothello-dashboard.min.js" defer></script>

  Both DH.init() and DH.initDashboard() are called
  automatically on DOMContentLoaded.

Components
──────────
  dh-dashboard-grid, dh-sidebar, dh-topbar,
  dh-stat-card, dh-chart (area/bar/donut/line),
  dh-data-table (sortable), dh-activity-feed,
  dh-goal-progress, dh-badge--trend, dh-empty-state

Live demo: https://hellodjt.com/dothello/templates/addon/dashboard.html
Framework: https://hellodjt.com/dothello/

License: MIT  |  https://hellodjt.com/dothello/
