Class: NfgUi::Bootstrap::Components::BreadcrumbItem

Inherits:
Base
  • Object
show all
Includes:
Utilities::Activatable
Defined in:
lib/nfg_ui/bootstrap/components/breadcrumb_item.rb

Overview

Bootstrap Breadcrumb Item Subcomponent of Breadcrumb getbootstrap.com/docs/4.1/components/breadcrumb/

Direct Known Subclasses

Components::Elements::BreadcrumbItem

Instance Attribute Summary

Attributes inherited from Base

#body, #options, #view_context

Instance Method Summary collapse

Methods included from Utilities::Activatable

#active

Methods inherited from Base

#data, #href, #html_options, #id, #initialize, #render, #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/breadcrumb_item.rb', line 12

def component_family
  :breadcrumb
end