Sha256: 1816ce0fa174a75b07583caf86cb7eca08f5e20ea2b5602fe2d60b6fef6dcefd
Contents?: true
Size: 559 Bytes
Versions: 34
Compression:
Stored size: 559 Bytes
Contents
module UiBibz::Ui::Core::Boxes::Components # Create a card tab group # # This element is an extend of UiBibz::Ui::Core::Navigation::TabGroup. # # ==== Attributes # # * +content+ - Content of element # * +options+ - Options of element # * +html_options+ - Html Options of element # class CardTabGroup < UiBibz::Ui::Core::Navigations::TabGroup def initialize content = nil, options = nil, html_options = nil, &block super end private def component_html_classes super << "card-header-tabs" end end end
Version data entries
34 entries across 34 versions & 1 rubygems