Class: Uistiti::Alpha::LinkPreview
- Inherits:
-
ViewComponent::Preview
- Object
- ViewComponent::Preview
- Uistiti::Alpha::LinkPreview
- Defined in:
- app/components/previews/uistiti/alpha/link_preview.rb
Instance Method Summary collapse
Instance Method Details
#playground(path: 'some value', method: :get, color: :base) ⇒ Object
14 15 16 |
# File 'app/components/previews/uistiti/alpha/link_preview.rb', line 14 def playground(path: 'some value', method: :get, color: :base) render(Uistiti::Alpha::Link.new(path:, method:, color:).with_content('Link')) end |