Class: Shadcn::Breadcrumb::Preview

Inherits:
ApplicationViewComponentPreview show all
Defined in:
app/components/shadcn/breadcrumb/preview.rb

Instance Method Summary collapse

Instance Method Details

#custom_separatorObject

Upstream's "Custom Separator".



11
12
13
# File 'app/components/shadcn/breadcrumb/preview.rb', line 11

def custom_separator
  render_with_template
end

#defaultObject



6
7
8
# File 'app/components/shadcn/breadcrumb/preview.rb', line 6

def default
  render_with_template
end