I like the sidesheet a lot, but one thing I think would be neat is functionality that more resembles an ‘alert’. I imagine something like this:
# sidesheet similar to that in m3
form = Form1()
sidesheet(form, title="Sidesheet Title", side="r")
# drawer on bottom
form2 = Form2()
drawer(form, title="Drawer Title")
Any chance something like this is on roadmap? I’m sure it can built by adding to the html template, but I’d love to see a native option.
Awesome updates lately! Loving the progress