Skip to content

Stacked Sheets web component implemented using LitElement

License

Notifications You must be signed in to change notification settings

AqoviaElements/stacked-sheets

Folders and files

NameName
Last commit message
Last commit date
Dec 2, 2022
Dec 2, 2022
Dec 2, 2022
Dec 2, 2022
Dec 2, 2022
Dec 2, 2022
Aug 9, 2019
Dec 9, 2022
Aug 9, 2019
Dec 2, 2022
Aug 15, 2019
Dec 9, 2022
Dec 13, 2022
Dec 2, 2022
Dec 2, 2022
Dec 2, 2022
Dec 2, 2022
Dec 9, 2022
Dec 9, 2022
Aug 15, 2019
Dec 9, 2022
Dec 2, 2022
Dec 2, 2022
Dec 2, 2022

Repository files navigation

<stacked-sheet>

This webcomponent follows the open-wc recommendation.

Installation

npm i @aqovia-elements/stacked-sheet

Usage

<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 lint

Formating

npm run format

Testing using karma

npm run test

Demoing and developing

npm run start

Building

npm run build

About

Stacked Sheets web component implemented using LitElement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published