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