Class: Matestack::Ui::Bootstrap::Components::Spinner
- Inherits:
-
Component
- Object
- Component
- Matestack::Ui::Bootstrap::Components::Spinner
- Defined in:
- app/concepts/matestack/ui/bootstrap/components/spinner.rb
Instance Method Summary collapse
Instance Method Details
#response ⇒ Object
6 7 8 9 10 |
# File 'app/concepts/matestack/ui/bootstrap/components/spinner.rb', line 6 def response div spinner_attributes do span class: "visually-hidden", text: sr_only end end |