0.8.0 • Published 8 months ago

@kamiapp/changelog v0.8.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

<kami-changelog>

This component allow you to display your releases directly into your app. Currently this component only provide support for github and gitlab releases. If you want use an another provider you can make a PR to add it.

Usage

Install the component using npm or yarn or pnpm :

$ npm install --save @kamiapp/changelog

Import the component into your main js/ts file :

import '@kamiapp/changelog';

And use the component directly into your html :

<kami-changelog
  src="https://api.github.com/repos/Kamiapp-fr/kami-collection/releases"
  header="🚀 Releases"
  provider="github"
></kami-changelog>

Documentation

To get more informations about this component you can go to the kami-changelog section into the kami collection site web. See the documentation at collection.kamiapp.fr to get more information about how to use each components. You will also find a playground section to test all components.