1.0.5 • Published 5 years ago

demo-stage v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

JavaScript Style Guide