1.1.0 • Published 5 years ago

ion-loader-button v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

ion-loader-button

An ionic 2/3 button which animates itself to a loader and animates back to a button

Getting Started

Install via NPM

npm i ion-loader-button --save

Add IonLoaderButtonModule to your app.module.ts

import {IonLoaderButtonModule} from 'ion-loader-button';

@NgModule({
    imports: [
        ...,
        IonLoaderButtonModule,
        ...
    ]
})
export class AppModule {
}

Example

<button ion-loading-button [loading]="true/false">

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details