소개
This skill provides a standardized framework for implementing modern, accessible UI overlays in Rails applications using Hotwire and the native HTML <dialog> element. It eliminates the need for heavy JavaScript modal libraries by leveraging built-in browser capabilities for focus trapping, backdrop management, and accessibility. Whether you are building complex forms, simple confirmation popups, or slideover panels, this skill offers implementation patterns that ensure smooth user experiences and clean, maintainable code using the 'Top Layer' API.