dotHello Media Addon — v1.0.0
========================================

Requires: dotHello Core v1.9.0

Files included
──────────────
  dothello-media.css       Full unminified stylesheet
  dothello-media.min.css   Minified stylesheet
  dothello-media.js        Full unminified JavaScript
  dothello-media.min.js    Minified JavaScript
  media-catalog.html       Interactive component catalog

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

  if (window.DH && DH.Media && DH.Media.init) DH.Media.init();

Live demo: https://hellodjt.com/dothello/templates/addon/media-catalog.html
Framework: https://hellodjt.com/dothello/

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