1.0.0 • Published 3 years ago

elements-x-app v1.0.0

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

image

Watch the video

How to use

  • Add script to head
    <script src="https://unpkg.com/elements-x"><script>
  • Write your html elements.
    <x-button class="primary">My Button</x-button>

Usage with npm

  • Install package
    $ npm install elements-x --save-dev
  • Import package
    import “elements-x”;
  • Write your html elements.
    <x-button class="primary">My Button</x-button>

How Is It Different?

  • It’s custom-elements, which works like html tags
  • NOT dependent to any framework; Angular, React, nor, VueJS
  • Customizable look-and-feel
1.0.0

3 years ago