Sha256: ad824c0c7142046a21ae89c091de947d00c75f5cb375efe7368fb3968c104ae5
Contents?: true
Size: 523 Bytes
Versions: 130
Compression:
Stored size: 523 Bytes
Contents
# frozen_string_literal: true module NfgUi module Components module Elements # Docs coming soon class CarouselIndicators < NfgUi::Bootstrap::Components::CarouselIndicators include NfgUi::Components::Utilities::Traitable include NfgUi::Components::Utilities::Describable include NfgUi::Components::Utilities::Renderable private def css_classes [ super, 'mb-0' ].join(' ').squish end end end end end
Version data entries
130 entries across 130 versions & 1 rubygems