wobsoriano / solid-stripe

Solid components for Stripe.js and Stripe Elements.
https://solid-stripe-demo.vercel.app
MIT License
26 stars 1 forks source link

<Card> gone in .7? #17

Closed timothyallan closed 1 month ago

timothyallan commented 1 month ago

Hey there, just updated from .4 to .7 and it looks like <Card/> is gone now?

Not sure which release it was removed in after .4 as it's not mentioned at all in any of the releases, so I'm wondering if there's somewhere else to import it, or if we need to replace it, what the best approach to replace it is? Thanks!

wobsoriano commented 1 month ago

Oh my sorry I think I broke the changelog but all elements now have “Element” in their name so Card > CardElement

wobsoriano commented 1 month ago

You can see all elements here https://github.com/wobsoriano/solid-stripe/blob/main/src/index.tsx

timothyallan commented 1 month ago

Perfect! Easy to update... Thanks for the library, it works great :)