pedrule-virtual-scroll
v0.0.26
Published
Webcomponent pedrule-virtual-scroll following open-wc recommendations
Readme
<pedrule-virtual-scroll>
This webcomponent follows the open-wc recommendation.
Installation
npm i pedrule-virtual-scrollUsage
<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 testTesting using karma via browserstack (if applied by author)
npm run test:bsDemoing using storybook (if applied by author)
npm run storybookLinting (if applied by author)
npm run lint