Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinkhominid/hxc
Hardcore Components
https://github.com/pinkhominid/hxc
components customelements esmodules library web webcomponents
Last synced: 19 days ago
JSON representation
Hardcore Components
- Host: GitHub
- URL: https://github.com/pinkhominid/hxc
- Owner: pinkhominid
- License: mit
- Created: 2019-01-06T20:49:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-27T04:15:38.000Z (almost 6 years ago)
- Last Synced: 2024-04-14T19:54:15.945Z (9 months ago)
- Topics: components, customelements, esmodules, library, web, webcomponents
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- 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