Turbo Frame Slide Over
Another common UI pattern is a slide over. This is a modal that slides in from the side of the screen.
It's really easy it turns out to implement this with a Turbo Frame. Let's do it.
Step 1: The Slide Over Turbo Frame
First, we need to create a Tur...
code.avi.nyc4 min read
Johan André
Nice! Do you have any idea on how to handle form validation errors (right now it animates the sidebar on validation errors) and how properly close the slideover on successful submit of a form (when the controller is doing a redirect)?