pedrule-virtual-scroll
v0.0.26
Published
Webcomponent pedrule-virtual-scroll following open-wc recommendations
Downloads
216
Readme
<pedrule-virtual-scroll>
This webcomponent follows the open-wc recommendation.
Installation
npm i pedrule-virtual-scroll
Usage
<script type="module">
import 'pedrule-virtual-scroll/pedrule-virtual-scroll.js';
</script>
<pedrule-virtual-scroll></pedrule-virtual-scroll>
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