Class: Shadcn::Item::Preview
- Inherits:
-
ApplicationViewComponentPreview
- Object
- ViewComponentContrib::Preview::Base
- ApplicationViewComponentPreview
- Shadcn::Item::Preview
- Defined in:
- app/components/shadcn/item/preview.rb
Instance Method Summary collapse
- #default ⇒ Object
-
#link ⇒ Object
Upstream's "Link", "Avatar" and "Image".
- #outline ⇒ Object
Instance Method Details
#default ⇒ Object
6 7 8 |
# File 'app/components/shadcn/item/preview.rb', line 6 def default render_with_template end |
#link ⇒ Object
Upstream's "Link", "Avatar" and "Image".
15 16 17 |
# File 'app/components/shadcn/item/preview.rb', line 15 def link render_with_template end |
#outline ⇒ Object
10 11 12 |
# File 'app/components/shadcn/item/preview.rb', line 10 def outline render_with_template end |