Class: NfgUi::Bootstrap::Components::Pagination

Inherits:
Base
  • Object
show all
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

Components::Patterns::Pagination

Instance Attribute Summary

Attributes inherited from Base

#body, #options, #view_context

Instance Method Summary collapse

Methods included from Utilities::Sizable

#size

Methods included from Utilities::Alignable

#center, #right

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_familyObject



12
13
14
# File 'lib/nfg_ui/bootstrap/components/pagination.rb', line 12

def component_family
  :pagination
end

#renderObject



16
17
18
19
20
# File 'lib/nfg_ui/bootstrap/components/pagination.rb', line 16

def render
  (:nav) do
    super
  end
end