Any good credit card form library/plugin?

I’m trying to write a simple ionic app that use stripe API to process payment. I can’t find credit card form plugin or library that can directly use in ionic framework. I tried ionic-shop and angular-payment (https://github.com/laurihy/angular-payments) but they didn’t work.

Basically I just want a good looking form with front end credit card validation. Any suggestions?

Stripe.com has some great resources, they have standard pricing, and are easy to implement. SO many people use them. I believe they have a javascript generated form as well so it should work and look great on your app.