Class: ButtonComponentPreview
- Inherits:
-
ViewComponent::Preview
- Object
- ViewComponent::Preview
- ButtonComponentPreview
- Defined in:
- lib/alveole/previews/button_component_preview.rb
Instance Method Summary collapse
Instance Method Details
#default ⇒ Object
4 5 6 |
# File 'lib/alveole/previews/button_component_preview.rb', line 4 def default render(ButtonComponent.new(label: 'Example button', url: '/example/url')) end |