Method: TextButton::Component#tag_name

Defined in:
app/components/lookbook/text_button/component.rb

#tag_nameObject



32
33
34
# File 'app/components/lookbook/text_button/component.rb', line 32

def tag_name
  href.present? ? :a : :button
end