@kamiapp/flash
v0.8.0
Published
A simple alert component for your notifications.
Downloads
25
Readme
<kami-flash>
A simple alert component for your notifications.
Usage
Install the component using npm
or yarn
or pnpm
:
$ npm install --save @kamiapp/flash
Import the component into your main js/ts file :
import '@kamiapp/flash';
And use the component directly into your html :
<kami-flash></kami-flash>
Documentation
To get more informations about this component you can go to the kami-flash 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.