Sha256: 0136dfe0f2e492cb5b21094af57dcf0b0a728a0552ed713a4bf4cfd4bba33daf
Contents?: true
Size: 463 Bytes
Versions: 12
Compression:
Stored size: 463 Bytes
Contents
Coprl::Presenters.define(:snackbar_action) do helpers Demo::Helpers::IndentedGrid attach :top_nav attach :events_drawer indented_grid do heading 'Snackbar' body 'Displays the snackbar at the bottom of the screen.', 'Useful for inplace editing notifications of success' subheading 'Snackbar' button 'snackbar' do event :click do snackbar 'I want a snack!' end end end attach :code, file: __FILE__ end
Version data entries
12 entries across 12 versions & 1 rubygems