Sha256: d1fb1407087f1c59c1bbf0a1ca497735c54da7c289255efb35a422eded76a4b9

Contents?: true

Size: 716 Bytes

Versions: 4

Compression:

Stored size: 716 Bytes

Contents

# gold-cc-cvc-input

`gold-cc-cvc-input` is a single-line text field with Material Design styling
for entering a credit card's CVC (Card Verification Code). It supports both
4-digit Amex CVCs and non-Amex 3-digit CVCs.

```html
    <gold-cc-cvc-input></gold-cc-cvc-input>

    <gold-cc-cvc-input card-type="amex"></gold-cc-cvc-input>
```

It may include an optional label, which by default is "CVC".

```html
    <gold-cc-cvc-input label="Card Verification Value"></gold-cc-cvc-input>
```

It can be used together with a `gold-cc-input` by binding the `cardType` property:

```html
    <gold-cc-input card-type="{{cardType}}"></gold-cc-input>
    <gold-cc-cvc-input card-type="[[cardType]]"></gold-cc-cvc-input>
```

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
polymer-elements-rails-1.0.1 app/assets/components/gold-cc-cvc-input/README.md
polymer-elements-rails-1.0.0 app/assets/components/gold-cc-cvc-input/README.md
polymer-elements-rails-1.0.0.pre.rc.1 app/assets/components/gold-cc-cvc-input/README.md
polymer-gold-rails-1.0.0.pre.rc.1 app/assets/components/gold-cc-cvc-input/README.md