0.0.1 • Published 4 years ago

ngx-slide-confirm v0.0.1

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

MatSlideConfirm

MatSlideConfirm is an Angular UI element which works tells if user swiped through it (The new trendy alternative to Popups).

Installation

npm install ngx-slide-confirm --save

Usage

<div style="max-width: 320px;">
  <ngx-slide-confirm hint="Slide to confirm" (confirm)="onConfirm()"></ngx-slide-confirm>
</div>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT