class UiBibz::Ui::Core::Icons::Components::GlyphCounter
Private Instance Methods
component_html_classes()
click to toggle source
See UiBibz::Ui::Core::Component.initialize
# File lib/ui_bibz/ui/core/icons/components/glyph_counter.rb, line 9 def component_html_classes ['fa-layers-counter', position] end
position()
click to toggle source
# File lib/ui_bibz/ui/core/icons/components/glyph_counter.rb, line 13 def position "fa-layers-#{options[:position]}" if options[:position] end