Modal
A centered dialog over a dimmed backdrop; closes on Escape or a backdrop click.
No props — content is supplied via the block.
Default
1 | <%= render ModalComponent.new do %> |
2 | Modal body content |
3 | <% end %> |
A centered dialog over a dimmed backdrop; closes on Escape or a backdrop click.
No props — content is supplied via the block.
Default
1 | <%= render ModalComponent.new do %> |
2 | Modal body content |
3 | <% end %> |