Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

marlospomin/vue-stripe-checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vue Stripe Checkout Component

Easily drag and drop to your project and start processing payments.

Install

Just git clone the repo and copy the file to your components folder.

Usage

Register the component on your vue instance (new Vue) and add <checkout></checkout> to your views.

Pass name and amount as attributes to call the modal, like the example below:

<checkout name="My Product" amount="9.99"></checkout>

This component was mainly used within a Rails app, see /doc for mode details on that.

Configuring

Currently there's no configuration supported, all changes must be made on the *.vue file.

Contributing

If you wish to contribute please make a pull request or open an issue.

License

Code released under the MIT license.

About

Vue Stripe checkout component for easy drop-in.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages