ion-celebration
v1.0.2
Published
Ionic 6 Celebration component using Angular
Maintainers
Readme
📝 Table of Contents
✅ Prerequisites
The current version of the library is compatible with Ionic 6+.
⬇️ Install
Using npm
npm install ion-celebration --saveUsing yarn
yarn add ion-celebration🛠 Setup
Once installed you need to import our module in the parent module for the component you will be using it in:
import { IonCelebrationModule } from 'ion-celebration';
@NgModule({
...
imports: [IonCelebrationModule, ...],
...
})
export class YourModule {
}Usage
Include the component on page template, like the example below:
<ion-celebration
[name]="'balloon'"
[time]="10000">
</ion-celebration>API
Properties
- name:
stringany valid ion-icon name. - time:
numbertime in miliseconds to show animation. default5000.
Author
👤 Najam Us Saqib
- Github: @saqib92
🤝 Contributing
Contributions, issues and feature requests are welcome! Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
