Skip to content

Latest commit

 

History

History
107 lines (93 loc) · 3.38 KB

readme.md

File metadata and controls

107 lines (93 loc) · 3.38 KB

Web Elements 💎

Npm Version Npm Downloads Publish NPM Deploy Storybook Mit License

Web Elements is a set of components that works with any framework or library, 100% customizable using Css Variables and 100% reusable using Web Components.

Getting started

Npm

npm install --save web-elements

Cdn

<!DOCTYPE html>
<html>
  <body>

    <we-checkbox-group name="fruits" change-callback="checkboxHandler">
      <we-checkbox value="banana">Banana</we-checkbox>
      <we-checkbox value="apple">Apple</we-checkbox>
      <we-checkbox value="pear">Pear</we-checkbox>
    </we-checkbox-group>

    <script type="module" src="https://unpkg.com/web-elements@0.0.8/dist/web-elements/web-elements.esm.js"></script>
    <script nomodule src="https://unpkg.com/web-elements@0.0.8/dist/web-elements/web-elements.js"></script>
  </body>
</html>

Demo

For more information see our project on Storybook. Web Elements Storybook

Browsers support

✅ Chrome
✅ Firefox
✅ Safari
✅ Edge
✅ IE11

Contributors ✨

Thanks goes to these wonderful people:


Gabriel Mayta

Gianpierre Fernandez

Ferdinando Danise

Gabriel Sosa

Angelo Falci

Keep calm and code!