demo-stage
v1.0.5
Published
Custom Element for testing state changes as a string and/or color.
Downloads
10
Maintainers
Readme
Custom Element for demoing other custom elements
npm i demo-stage
<script src="./node_modules/demo-stage/index.js" type="module"></script>
<!-- or add `demo-stage` to your build process --> <demo-stage headline="Loaded Data." color="purple"></demo-stage>Or run locally.
git clone https://github.com/TravisMullen/demo-stage
cd demo-stage
npm run serve