class FormSubmitComponentPreview

Public Instance Methods

default() click to toggle source
# File lib/alveole/previews/form_submit_component_preview.rb, line 4
def default
  render(FormSubmitComponent.new(label: 'Example label'))
end