1.0.175 • Published 3 years ago

@aqovia-elements/stacked-sheet v1.0.175

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

\

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
1.0.175

3 years ago

1.0.173--

3 years ago

1.0.137

4 years ago

1.0.134

4 years ago

1.0.127

4 years ago

1.0.122

4 years ago

1.0.118

4 years ago

1.0.112

4 years ago

1.0.83

6 years ago

1.0.79

6 years ago

1.0.76

6 years ago

1.0.73

6 years ago

1.0.69

6 years ago

1.0.61

6 years ago

1.0.56

6 years ago

1.0.49

6 years ago

1.0.46-merge

6 years ago