1.0.2 ā€¢ Published 2 years ago

ion-celebration v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

šŸ“ Table of Contents

āœ… Prerequisites

The current version of the library is compatible with Ionic 6+.

ā¬‡ļø Install

Using npm

npm install ion-celebration --save

Using 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: string any valid ion-icon name.
  • time: number time in miliseconds to show animation. default 5000.

Author

šŸ‘¤ Najam Us Saqib

šŸ¤ 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 Ā© 2022 Saqb92. This project is MIT licensed.