1.0.175 • Published 1 year ago

@aqovia-elements/stacked-sheet v1.0.175

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.173--

1 year ago

1.0.137

3 years ago

1.0.134

3 years ago

1.0.127

3 years ago

1.0.122

3 years ago

1.0.118

3 years ago

1.0.112

3 years ago

1.0.83

4 years ago

1.0.79

4 years ago

1.0.76

5 years ago

1.0.73

5 years ago

1.0.69

5 years ago

1.0.61

5 years ago

1.0.56

5 years ago

1.0.49

5 years ago

1.0.46-merge

5 years ago