Sha256: 6c6830fb21a06714cf875ecc82e28b21894127132bb1dc160cadf73773a3a832
Contents?: true
Size: 250 Bytes
Versions: 6
Compression:
Stored size: 250 Bytes
Contents
Voom::Presenters.define(:show_dialog) do dialog id: :my_dialog do title "Show Dialog" body 'This is an example and event opening a dialog' actions do button 'Close' button 'Disabled action', disabled: true end end end
Version data entries
6 entries across 6 versions & 1 rubygems