Class: Uistiti::Alpha::ButtonPreview
- Inherits:
-
ViewComponent::Preview
- Object
- ViewComponent::Preview
- Uistiti::Alpha::ButtonPreview
- Defined in:
- app/components/previews/uistiti/alpha/button_preview.rb
Colors collapse
Instance Method Summary collapse
Instance Method Details
#danger ⇒ Object
19 20 21 |
# File 'app/components/previews/uistiti/alpha/button_preview.rb', line 19 def danger render(Uistiti::Alpha::Button.new(color: :danger).with_content('Button')) end |
#playground(color: 'primary') ⇒ Object
28 29 30 |
# File 'app/components/previews/uistiti/alpha/button_preview.rb', line 28 def playground(color: 'primary') render(Uistiti::Alpha::Button.new(color:).with_content('Button')) end |