class Bootstrap4RailsComponents::Bootstrap::Components::Pagination
Bootstrap
Pagination
Component getbootstrap.com/docs/4.1/components/pagination/
Public Instance Methods
component_family()
click to toggle source
# File lib/bootstrap4_rails_components/bootstrap/components/pagination.rb, line 12 def component_family :pagination end
render()
click to toggle source
Calls superclass method
Bootstrap4RailsComponents::Bootstrap::Components::Base#render
# File lib/bootstrap4_rails_components/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/bootstrap4_rails_components/bootstrap/components/pagination.rb, line 24 def base_element :ul end