Class: ExpressAdmin::LayoutComponent

Inherits:
ExpressTemplates::Components::Container
  • Object
show all
Defined in:
app/components/express_admin/layout_component.rb

Direct Known Subclasses

HBox, Pane, SidebarRegion, VBox

Instance Method Summary collapse

Instance Method Details

#style_attributesObject



6
7
8
9
10
11
# File 'app/components/express_admin/layout_component.rb', line 6

def style_attributes
  attribs = config[:style] || {}
  attribs.map do |k, v|
    "#{k}: #{v}"
  end.join('; ')
end