Implementing Modals using Turbo Frames, modern CSS and minimal JavaScript
2024-12-02 • 5 min read
I recently implemented modals on a side project and thought I'd share how I did it. They were surprisingly straightforward to implement when leveraging Turbo Frames, Tailwind CSS and very minimal J...