0.0.26 • Published 6 years ago
pedrule-virtual-scroll v0.0.26
\
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