2
6 Comments

Stripe: how to create such a popup?

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!

on July 30, 2020
  1. 1

    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

    1. 1

      Well, I already used Elements. I just wondered if there is some out-of-box solution because these 2 look pretty similar :)

  2. 1

    You can do something similar with memberstack.

    For wip.chat I think they coded It themselves.

    1. 1

      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/

      1. 2

        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.

        1. 2

          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 :)))))