I don’t remember asking this, and can’t find it using the slack search.
How do you make a modal like component / interaction from plasmic UI?
I don’t remember asking this, and can’t find it using the slack search.
How do you make a modal like component / interaction from plasmic UI?
Hi Andrei
My team and I faced a similar challenge 3-4 months back. We’ve made our own implementation using the html snippet component and some basic css.
It would just toggle on or off based on the current state in the window object.
After that we migrated it to our own React component.
But I remember it worked fine.
Just not very friendly as it required html knowledge at the time.
Now we just have the plasmic integration that allows non-devs to easily add content to it