@develoka/tpx-modal
v0.0.4
Published
Simple customizable modal web component built by following open-wc recommendations
Downloads
1
Readme
<tpx-modal>
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