metal-toggler

Metal's toggler component

Usage no npm install needed!

<script type="module">
  import metalToggler from 'https://cdn.skypack.dev/metal-toggler';
</script>

README

metal-toggler

Build Status

Setup

  1. Install a recent release of NodeJS if you don't have it yet.

  2. Install local dependencies:

npm install
  1. Run the tests:
npm test
  1. Build the code:
npm run build
  1. Open the demo at demos/index.html on your browser.

Contributing

Check out the contributing guidelines for more information.