Files
oa/documentation/plugins/credit-card/v-credit-card-props-documentation.md
2025-05-24 01:49:48 +09:00

18 lines
1.3 KiB
Markdown

---
disable_code: true
slimscroll: true
---
### VCreditCard Props
Here is the full props available for `<VCreditCard />` component:
| Props | Default | Type |
| ------- | ---------------------------------------------------- | --------------------------------------------------------------------------------- |
| number | <span class="is-string">`0123 4567 8910 1112`</span> | string |
| name | <span class="is-string">`JOHN DOE`</span> | string |
| expiry | <span class="is-string">`01/23`</span> | string |
| cvc | <span class="is-string">`987`</span> | string |
| color | <span class="is-string">`grey`</span> | `grey`, `green`, `lime`, `orange`, `purple`, `red`, `yellow`, `lightblue`, `cyan` |
| flipped | <span class="is-boolean">`false`</span> | boolean |