https://github.com/pinkhominid/hxc
Hardcore Components
https://github.com/pinkhominid/hxc
components customelements esmodules library web webcomponents
Last synced: about 1 year ago
JSON representation
Hardcore Components
- Host: GitHub
- URL: https://github.com/pinkhominid/hxc
- Owner: pinkhominid
- License: mit
- Created: 2019-01-06T20:49:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T04:15:38.000Z (over 7 years ago)
- Last Synced: 2025-03-10T00:57:42.657Z (over 1 year ago)
- Topics: components, customelements, esmodules, library, web, webcomponents
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Hardcore Components - Pure and simple Web Components inspired by [Google Web Fundamentals](https://developers.google.com/web/fundamentals/web-components/) and [Templates the Hard Way](https://github.com/matthewp/templates-the-hard-way).
## Install
```sh
npm i -S hxc
```
## Usage
```html
```
OR
```javascript
import * as hxc from './node_modules/hxc/hxc.js';
```
## License
MIT