Sha256: a7ffa6f9df1b17d2d2dafdc1a92a1b498a1db650e8928c0036a17f09279b4763
Contents?: true
Size: 830 Bytes
Versions: 11
Compression:
Stored size: 830 Bytes
Contents
module Spree module Admin class StyleGuideController < Spree::Admin::BaseController respond_to :html layout '/spree/layouts/admin_style_guide' def index @topics = { typography: [ 'fonts', 'colors', 'lists', 'icons' ], forms: [ 'building_forms', 'buttons', 'helper_text', 'inputs', 'labels', 'validation' ], components: [ 'pills', 'modals', 'tabs' ], messaging: [ 'loading', 'flashes', 'tooltips' ], tables: [ 'building_tables', 'pagination' ] } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems