Class: Shadcn::Marker::Preview

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

Instance Method Summary collapse

Instance Method Details

#defaultObject



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

def default
  render_with_template
end

#statusObject

Upstream's "Status" and "Shimmer" — and the only place in the gallery that renders the shimmer utility.



12
13
14
# File 'app/components/shadcn/marker/preview.rb', line 12

def status
  render_with_template
end