thirty_days_of_hotwire icon indicating copy to clipboard operation
thirty_days_of_hotwire copied to clipboard

30 simple hotwire tips in 30 days

Results 2 thirty_days_of_hotwire issues
Sort by recently updated
recently updated
newest added

It turns out that the dialog is hidden by default unless the `open` attribute is present. You can remove the `hidden` class from the dialog HTML and associated JS logic.

This will teach us: - The behave of multiple nested turbo_frames - Communication between turbo and Stimulus