Matrix Widget
Site-wide Matrix feed (global updates). See the Widgets Docs Index for theming and embed attributes.
Live Demo
Defaults to current domain for base-url
Embed Code
<script src="${window.location.origin}/js/matrix-widget.js"></script>
<legion-matrix
  theme="light"
  base-url="${window.location.origin}"
  empty-title="You're all caught up"
  empty-subtitle="No updates right now"
  accent-color="blue"
  empty-icon="bell">
</legion-matrix>
Parameters