Class: Shadcn::ThemeSelector::Preview
- Inherits:
-
ApplicationViewComponentPreview
- Object
- ViewComponentContrib::Preview::Base
- ApplicationViewComponentPreview
- Shadcn::ThemeSelector::Preview
- Defined in:
- app/components/shadcn/theme_selector/preview.rb
Instance Method Summary collapse
-
#all_themes ⇒ Object
Every palette in the registry, accents included.
-
#default ⇒ Object
The base colours a project picks from.
Instance Method Details
#all_themes ⇒ Object
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 |
#default ⇒ Object
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 |