Class: El::Aside

Inherits:
Element show all
Defined in:
lib/element_component/core/aside.rb

Overview

represent the aside tag

Direct Known Subclasses

Bulma::Menu

Instance Attribute Summary

Attributes inherited from Element

#attributes, #components, #element

Instance Method Summary collapse

Methods inherited from Element

#add_attribute, #add_component, #add_content, #build, #get_component, #remove_attribute!, #remove_attribute_value, #reset_attributes!, #reset_components!, #reset_contents!

Constructor Details

#initialize(**options) ⇒ Aside

Returns a new instance of Aside.



6
7
8
# File 'lib/element_component/core/aside.rb', line 6

def initialize(**options)
  super('aside', **options)
end