Custom modal / alert (with HTML, form...)

@zareone Ah okay, well I thinks it’s definitely possible. Since the modal acts as a page, you can style the page to be a little bit smaller with padding on the modal. Then set the background color equal to your example, something like rgba(0,0,0,0.85). Add some border radius and you can get there I suppose! I just played with it in the component docs and it took me about 5 minutes to create something like this:

Of course you can style it in any way you want. I didn’t test it across real devices since that takes a little time… Can you work with this?

8 Likes