Class: BreadcrumbComponentPreview
- Inherits:
-
ViewComponent::Preview
- Object
- ViewComponent::Preview
- BreadcrumbComponentPreview
- Defined in:
- lib/alveole/previews/breadcrumb_component_preview.rb
Instance Method Summary collapse
Instance Method Details
#breadcrumbs ⇒ Object
12 13 14 |
# File 'lib/alveole/previews/breadcrumb_component_preview.rb', line 12 def render(BreadcrumbsComponent.new) end |
#default ⇒ Object
4 5 6 |
# File 'lib/alveole/previews/breadcrumb_component_preview.rb', line 4 def default render(BreadcrumbComponent.new(label: 'Example Breadcrumb', url: '/example/url')) end |
#without_url ⇒ Object
8 9 10 |
# File 'lib/alveole/previews/breadcrumb_component_preview.rb', line 8 def without_url render(BreadcrumbComponent.new(label: 'Example Breadcrumb')) end |