Class: Shadcn::AlertDialog::Preview

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

Instance Method Summary collapse

Instance Method Details

#defaultObject



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

def default
  render_with_template
end

#small_with_mediaObject

Upstream's "Small", "Media", "Small with Media" and "Destructive".



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

def small_with_media
  render_with_template
end