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

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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