1.0.4 • Published 6 years ago

noti-fly-component v1.0.4

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

Simple Notification Web Component

šŸ  Homepage

Demo

Demo Page

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

šŸ¤ 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