Class: Matestack::Ui::Bootstrap::Components::Icon

Inherits:
Component
  • Object
show all
Defined in:
app/concepts/matestack/ui/bootstrap/components/icon.rb

Instance Method Summary collapse

Instance Method Details

#get_sizeObject



13
14
15
# File 'app/concepts/matestack/ui/bootstrap/components/icon.rb', line 13

def get_size
  size || 20
end

#responseObject



7
8
9
10
11
# File 'app/concepts/matestack/ui/bootstrap/components/icon.rb', line 7

def response
  plain " <svg class='bi #{bs_class}' width='#{get_size}' height='#{get_size}' fill='currentColor'>
            <use xlink:href='#{image_url("icons/bootstrap-icons.svg")}##{name}'/>
          </svg>".html_safe
end