@koblers/ngx-slide-confirm
v0.0.1
Published
MatSlideConfirm is an Angular UI element which works tells if user swiped through it (The new trendy alternative to Popups).
Downloads
4
Maintainers
Readme
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.