@aqovia-elements/stacked-sheet
v1.0.175
Published
Webcomponent stacked-sheet with lit-element and open-wc recommendations
Downloads
61
Keywords
Readme
<stacked-sheet>
This webcomponent follows the open-wc recommendation.
Installation
npm i @aqovia-elements/stacked-sheetUsage
<script type="module">
import "@aqovia-elements/stacked-sheet/stacked-sheet.js";
import "@aqovia-elements/stacked-sheet/stacked-sheets-holder.js";
</script>
<stacked-sheets-holder>
<stacked-sheet title="Search for user">
<input type="text" name="search" />
<button>Search</button>
</stacked-sheet>
<stacked-sheet title="Add user">
<input type="text" name="fullname" />
<button>Add</button>
</stacked-sheet>
</stacked-sheets-holder>Linting
npm run lintFormating
npm run formatTesting using karma
npm run testDemoing and developing
npm run startBuilding
npm run build