0.0.5 • Published 4 years ago

kami-collection v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

📘 kami-collection

A collection of web components write in Typescript.

Installation

npm install --save kami-collection

You 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

Repositorydescriptionversionlicense
kami-flashSimple flash web component.versionlicense
kami-infinitelistInfinite list based on web component.versionlicense
kami-componentAbstract class to create simple web component.versionlicense

Contribute

We would love you for the contribution to kami-collection project, check the CONTRIBUTING file for more info.