elements-x-app

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i elements-x-app

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

17.9 MB

Total Files

201

Last publish

Collaborators

  • allenhwkim