ion-celebration
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

ion-celebration

Documentation Maintenance License: MIT

📝 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.

Package Sidebar

Install

npm i ion-celebration

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

38.5 kB

Total Files

14

Last publish

Collaborators

  • saqib92