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