Responsive Credit Card Component For Angular

Author: Bartosz-D3V
Official Page: Go to website
Publish Date: November 5, 2018
License: MIT

Description:

A responsive, customizable Angular credit card payment card component with zero external dependencies.

Features:

  • Neat design
  • Validation of all fields (including Luhn validation) – that can be switched off
  • Displaying appropriate card provider’s name based on card number
  • Fully responsive
  • No dependencies (apart from Angular itself)
  • Angular 2 – 7 compatible
  • Built with BEM methodology and SCSS
  • Fully customizable
  • 100% test coverage level
  • Built with statical code analysis tools

Installation:

# Yarn
$ yarn add ng-payment-card

# NPM
$ npm install ng-payment-card --save

Preview:

Responsive Credit Card Component For Angular


You Might Be Interested In:

Add Comment