Sha256: 931b763589408965811c961fa35e569d140c98cb758b8006dff661bf5d4d9516
Contents?: true
Size: 311 Bytes
Versions: 41
Compression:
Stored size: 311 Bytes
Contents
module Coco module App module Fields class SubmitComponent < ViewComponent::Form::SubmitComponent include Concerns::ActsAsFieldWithOptions def call coco_button(**options, type: :submit) do content || value end end end end end end
Version data entries
41 entries across 41 versions & 1 rubygems