Sha256: d51d5b34786c179dc1b97d7605ed7330a102a28f1e8a64433b1201ea6250c72d
Contents?: true
Size: 252 Bytes
Versions: 12
Compression:
Stored size: 252 Bytes
Contents
Coprl::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
12 entries across 12 versions & 1 rubygems