Sha256: dc5c21550703b4a471ce43ad5d1f891f8f3fb2368412cc720063ea51946555ee

Contents?: true

Size: 822 Bytes

Versions: 2

Compression:

Stored size: 822 Bytes

Contents

# frozen_string_literal: true

module Primer
  module Forms
    # :nodoc:
    class FormsPreview < ViewComponent::Preview
      def single_text_field_form; end

      def multi_text_field_form; end

      def text_field_and_checkbox_form; end

      def horizontal_form; end

      def composed_form; end

      def submit_button_form; end

      def radio_button_group_form; end

      def check_box_group_form; end

      def array_check_box_group_form; end

      def select_list_form; end

      def radio_button_with_nested_form; end

      def check_box_with_nested_form; end

      def caption_template_form; end

      def after_content_form; end

      def invalid_form; end

      def multi_input_form; end

      def name_with_question_mark_form; end

      def immediate_validation_form; end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
primer_view_components-0.0.116 previews/primer/forms/forms_preview.rb
primer_view_components-0.0.115 previews/primer/forms/forms_preview.rb