Class: Shadcn::Pagination::Preview
- Inherits:
-
ApplicationViewComponentPreview
- Object
- ViewComponentContrib::Preview::Base
- ApplicationViewComponentPreview
- Shadcn::Pagination::Preview
- Defined in:
- app/components/shadcn/pagination/preview.rb
Instance Method Summary collapse
- #default ⇒ Object
-
#simple ⇒ Object
Upstream's "Simple" and "Icons Only".
Instance Method Details
#default ⇒ Object
6 7 8 |
# File 'app/components/shadcn/pagination/preview.rb', line 6 def default render_with_template end |
#simple ⇒ Object
Upstream's "Simple" and "Icons Only".
11 12 13 |
# File 'app/components/shadcn/pagination/preview.rb', line 11 def simple render_with_template end |