Class: ButtonComponentPreview

Inherits:
ViewComponent::Preview
  • Object
show all
Defined in:
lib/alveole/previews/button_component_preview.rb

Instance Method Summary collapse

Instance Method Details

#defaultObject



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