class NfgUi::Bootstrap::Components::Pagination

Bootstrap Pagination Component getbootstrap.com/docs/4.1/components/pagination/

Public Instance Methods

component_family() click to toggle source
# File lib/nfg_ui/bootstrap/components/pagination.rb, line 12
def component_family
  :pagination
end
render() click to toggle source
# File lib/nfg_ui/bootstrap/components/pagination.rb, line 16
def render
  content_tag(:nav) do
    super
  end
end

Private Instance Methods

base_element() click to toggle source
# File lib/nfg_ui/bootstrap/components/pagination.rb, line 24
def base_element
  :ul
end