Hello everyone, could somebody tell me how to add such a popup like here: https://wip.chat/questions
When you click the Ask a question button the Stripe popup shown. I can't figure out which exactly library or approach they used.
Thanks!
wip.chat looks custom made. Stripe has a library which they call Stripe Elements: https://stripe.dev/elements-examples
You can easily customise them however you like them to be
Well, I already used Elements. I just wondered if there is some out-of-box solution because these 2 look pretty similar :)
You can do something similar with memberstack.
For wip.chat I think they coded It themselves.
Thanks for your opinion!
But I believe they use some library from Stripe because I saw the same on starter story:
https://www.starterstory.com/
Looking at the source code there's nothing in common between the two. Starterstory even has classes like "example-modal" from bootstrap modal example. And they're even visually different.
The inputs are from Stripe Elements, but the Modal, etc are most likely custom made. I can be wrong, though.
Yeah, I think you are right. I didn't dig into the code but they look different.
I think what happened is just one company borrowed the another company's approach :)))))