README

Use with npm install
$ npm install elements-x --save
To use all custom elements
import { defineAll } from "elements-x";
defineAll();
To use a single custom elements
import { XButton } from "elements-x";
XButton.define();
Use with script tag
- Add script to head
<script src="//unpkg.com/elements-x/dist/elements-x.min.js"></script>
Components
- accordion
- ace
- barcode
- button
- calendar
- carousel
- clipboard
- clock
- color-picker
- dialog
- div
- flag
- format
- highlightjs
- http
- include
- input
- openlayers
- overlay
- pagination
- qrcode
- route
- select
- sidebar
- snackbar
- table
- tabs
- tooltip
- translation
- typing-effect
- ul
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
