Sha256: 6717e93d7d9976334c530a93d58809928526c276885b19a4a421e96633404594
Contents?: true
Size: 306 Bytes
Versions: 8
Compression:
Stored size: 306 Bytes
Contents
module Spina module Forms class LabelComponent < ApplicationComponent attr_reader :f, :method def initialize(f, method) @f = f @method = method end def call f.label method, class: "font-medium text-sm text-gray-700 block" end end end end
Version data entries
8 entries across 8 versions & 1 rubygems