Class: Matestack::Ui::Bootstrap::Components::Badge
- Inherits:
-
Component
- Object
- Component
- Matestack::Ui::Bootstrap::Components::Badge
- Defined in:
- app/concepts/matestack/ui/bootstrap/components/badge.rb
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
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 |