Sha256: 6f9a4bbdc93009d23764db236bdfc0b30bc8dea52bf9f1d8f9ba9a21689c39fa

Contents?: true

Size: 242 Bytes

Versions: 2

Compression:

Stored size: 242 Bytes

Contents

# frozen_string_literal: true

module Yattho
  module Forms
    # :nodoc:
    class RadioButtonGroup < BaseComponent
      delegate :builder, :form, to: :@input

      def initialize(input:)
        @input = input
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yattho_view_components-0.1.1 lib/yattho/forms/radio_button_group.rb
yattho_view_components-0.0.1 lib/yattho/forms/radio_button_group.rb