1.0.4 ⢠Published 6 years ago
noti-fly-component v1.0.4
Simple Notification Web Component
š Homepage
Demo
Install
npm install noti-fly-component
Usage
Install the package or Download the library from dist/noti-fly.js
In your HTML file include vue.js
Include the downloaded library and you are good to go
<script src="https://unpkg.com/vue"></script>
<script src="your/path/dist/noti-fly.js"></script>
<noti-fly showalert=true fixed=true heading="Woah!" msg="I am stuck here"></noti-fly>
Required Inputs
Optional Inputs
<noti-fly type="danger"></noti-fly>
<noti-fly showalert=true type="info" heading="Info" msg="This is some Info"></noti-fly>
Author
š¤ Shubham Battoo
- Github: @shubhambattoo
š¤ Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a āļø if this project helped you!
š License
Copyright Ā© 2019 shubhambattoo. This project is MIT licensed.
This README was generated with ā¤ļø by readme-md-generator