pinkhominid / hxc

Hardcore Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Hardcore Components


Hardcore Components - Pure and simple Web Components inspired by Google Web Fundamentals and Templates the Hard Way.

Install

npm i -S hxc

Usage

<script type="module" src="./node_modules/hxc/hxc.js" async></script>

OR

import * as hxc from './node_modules/hxc/hxc.js';

License

MIT

About

Hardcore Components

License:MIT License


Languages

Language:JavaScript 85.6%Language:HTML 14.4%