Class: Shadcn::Empty::Preview
- Inherits:
-
ApplicationViewComponentPreview
- Object
- ViewComponentContrib::Preview::Base
- ApplicationViewComponentPreview
- Shadcn::Empty::Preview
- Defined in:
- app/components/shadcn/empty/preview.rb
Instance Method Summary collapse
- #default ⇒ Object
-
#media ⇒ Object
Upstream's "Avatar" and "Avatar Group" — the media slot's other variant.
Instance Method Details
#default ⇒ Object
6 7 8 |
# File 'app/components/shadcn/empty/preview.rb', line 6 def default render_with_template end |
#media ⇒ Object
Upstream's "Avatar" and "Avatar Group" — the media slot's other variant.
11 12 13 |
# File 'app/components/shadcn/empty/preview.rb', line 11 def media render_with_template end |