Class: Shadcn::DropdownMenu::Preview

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

Instance Method Summary collapse

Instance Method Details

#checkboxes_and_radioObject

Upstream's "Checkboxes", "Radio Group" and "Destructive".



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

def checkboxes_and_radio
  render_with_template
end

#defaultObject



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

def default
  render_with_template
end