class Voom::Presenters::DSL::Components::Chip::Icon
Public Class Methods
new(**attribs_, &block)
click to toggle source
Calls superclass method
Voom::Presenters::DSL::Components::IconBase::new
# File lib/voom/presenters/dsl/components/chip.rb, line 40 def initialize(**attribs_, &block) super(**attribs_, &block) @position = [:left] if position.empty? expand! end