Sha256: 341635fa228512aebe61b3a410a993eb6d691ced0bf807e8e8fd4418204892c3
Contents?: true
Size: 436 Bytes
Versions: 9
Compression:
Stored size: 436 Bytes
Contents
Coprl::Presenters.define(:color_picker, namespace: :plugins) do helpers Demo::Helpers::IndentedGrid attach :top_nav attach :plugin_drawer plugin :color_picker page_title 'Color picker' indented_grid do subheading 'Add a Color picker to your page' color_picker 'color', value: '#f44336', color_per_row: 7, color_size: 25 attach :code, file: __FILE__ end end
Version data entries
9 entries across 9 versions & 1 rubygems