Class: NfgUi::Bootstrap::Components::Pagination
- Includes:
- Utilities::Alignable, Utilities::Sizable
- Defined in:
- lib/nfg_ui/bootstrap/components/pagination.rb
Overview
Bootstrap Pagination Component getbootstrap.com/docs/4.1/components/pagination/
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
#body, #options, #view_context
Instance Method Summary collapse
Methods included from Utilities::Sizable
Methods included from Utilities::Alignable
Methods inherited from Base
#data, #href, #html_options, #id, #initialize, #style
Constructor Details
This class inherits a constructor from NfgUi::Bootstrap::Components::Base
Instance Method Details
#component_family ⇒ Object
12 13 14 |
# File 'lib/nfg_ui/bootstrap/components/pagination.rb', line 12 def component_family :pagination end |
#render ⇒ Object
16 17 18 19 20 |
# File 'lib/nfg_ui/bootstrap/components/pagination.rb', line 16 def render content_tag(:nav) do super end end |