Sha256: ec0c3328cf901bef1ca83cd4945fe5c1cad39cbf040b221d66501c7cd84eb0ff
Contents?: true
Size: 331 Bytes
Versions: 7
Compression:
Stored size: 331 Bytes
Contents
module Coco module App module Fields class ButtonComponent < ViewComponent::Form::ButtonComponent include Concerns::ActsAsFieldWithOptions include Coco::SharedHelper def call coco_button(**options) do content || value end end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems