0.0.5 • Published 6 years ago
kami-collection v0.0.5
📘 kami-collection
A collection of web components write in Typescript.
Installation
npm install --save kami-collectionYou can also use the CDN.
Usage
// ES6 Modules or TypeScript
import 'kami-collection'
// You can access at each component like this
import { KamiFlash } from 'kami-collection';Or:
<script src="https://cdn.jsdelivr.net/npm/kami-collection"></script>Components
| Repository | description | version | license |
|---|---|---|---|
| kami-flash | Simple flash web component. | ||
| kami-infinitelist | Infinite list based on web component. | ||
| kami-component | Abstract class to create simple web component. |
Contribute
We would love you for the contribution to kami-collection project, check the CONTRIBUTING file for more info.