chip icon indicating copy to clipboard operation
chip copied to clipboard

A drop-in subscription billing UI for Laravel

Results 5 chip issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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.

enhancement

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...

enhancement

Convert Vue tests to use https://github.com/vuejs/vue-test-utils.