Class: Matestack::Ui::Bootstrap::Components::Badge

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

Instance Method Summary collapse

Instance Method Details

#responseObject



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

def response
  span badge_attributes do
    plain text if text
    yield_components
  end
  span class: "visually-hidden", text: visually_hidden if visually_hidden.present?
end