Sha256: 568f5f76baba2881c8b1eb6ba26c5353d8b82f7ea6237c7769460de90fa99aa8

Contents?: true

Size: 285 Bytes

Versions: 15

Compression:

Stored size: 285 Bytes

Contents

# frozen_string_literal: true

module BootstrapForm
  module Components
    extend ActiveSupport::Autoload

    autoload :Hints
    autoload :Labels
    autoload :Layout
    autoload :Validation

    include Hints
    include Labels
    include Layout
    include Validation
  end
end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/bootstrap_form-4.5.0/lib/bootstrap_form/components.rb
bootstrap_form-5.4.0 lib/bootstrap_form/components.rb
bootstrap_form-5.3.2 lib/bootstrap_form/components.rb
bootstrap_form-5.3.1 lib/bootstrap_form/components.rb
bootstrap_form-5.3.0 lib/bootstrap_form/components.rb
bootstrap_form-5.2.3 lib/bootstrap_form/components.rb
bootstrap_form-5.2.2 lib/bootstrap_form/components.rb
bootstrap_form-5.2.1 lib/bootstrap_form/components.rb
bootstrap_form-5.2.0 lib/bootstrap_form/components.rb
bootstrap_form-5.1.0 lib/bootstrap_form/components.rb
bootstrap_form-5.0.0 lib/bootstrap_form/components.rb
bootstrap_form-4.5.0 lib/bootstrap_form/components.rb
bootstrap_form-4.4.0 lib/bootstrap_form/components.rb
bootstrap_form-4.3.0 lib/bootstrap_form/components.rb
bootstrap_form-4.2.0 lib/bootstrap_form/components.rb