Sha256: d261f9bc3c39dde9b2098e6237160d0d79f89fb2c3045508bb2ef8a95f9bca86
Contents?: true
Size: 227 Bytes
Versions: 15
Compression:
Stored size: 227 Bytes
Contents
# frozen_string_literal: true module BootstrapForm module Inputs module TextField extend ActiveSupport::Concern include Base included do bootstrap_field :text_field end end end end
Version data entries
15 entries across 15 versions & 2 rubygems