chip
chip copied to clipboard
A drop-in subscription billing UI for Laravel
We should have a separate `methods.js` file in the PlanAndPricing subfolder for methods and computed values so they can be shared with sub-components instead of duplicated.
It'd be cool if you could host the Chip documentation in a repository, so we can contribute to it. Also, that way you could benefit from a documentation hosting service...
For cases where plans have both monthly and annual subscriptions, we should split these up and show them based on some kind of toggle.
It would be nice if there was a way to not have to configure plans in Chip config but have the info pulled from Stripe automatically. Maybe something like a...
Convert Vue tests to use https://github.com/vuejs/vue-test-utils.