1.0.0 • Published 5 years ago
elements-x-app v1.0.0

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
5 years ago
