0.0.4 • Published 5 years ago

@develoka/tpx-modal v0.0.4

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

\

This webcomponent follows the open-wc recommendation.

Installation

npm i tpx-modal

Usage

<script type="module">
  import 'tpx-modal/tpx-modal.js';
</script>

<tpx-modal></tpx-modal>

Testing using karma (if applied by author)

npm run test

Testing using karma via browserstack (if applied by author)

npm run test:bs

Demoing using storybook (if applied by author)

npm run storybook

Linting (if applied by author)

npm run lint