Class: Shadcn::ThemeSelector::Preview

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

Instance Method Summary collapse

Instance Method Details

#all_themesObject

Every palette in the registry, accents included.



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

def all_themes
  render_with_template
end

#defaultObject

The base colours a project picks from.



7
8
9
# File 'app/components/shadcn/theme_selector/preview.rb', line 7

def default
  render_with_template
end