Class: Shadcn::Marker::Preview
- Inherits:
-
ApplicationViewComponentPreview
- Object
- ViewComponentContrib::Preview::Base
- ApplicationViewComponentPreview
- Shadcn::Marker::Preview
- Defined in:
- app/components/shadcn/marker/preview.rb
Instance Method Summary collapse
- #default ⇒ Object
-
#status ⇒ Object
Upstream's "Status" and "Shimmer" — and the only place in the gallery that renders the
shimmerutility.
Instance Method Details
#default ⇒ Object
6 7 8 |
# File 'app/components/shadcn/marker/preview.rb', line 6 def default render_with_template end |
#status ⇒ Object
Upstream's "Status" and "Shimmer" — and the only place in the gallery
that renders the shimmer utility.
12 13 14 |
# File 'app/components/shadcn/marker/preview.rb', line 12 def status render_with_template end |