Skip to content

KoblerS/NgxSlideConfirm

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.6%
  • JavaScript 17.2%
  • HTML 10.6%
  • SCSS 7.6%