Sha256: 86eda7de61d7a44e63c2eb51bbf114ea8bec21835e53df9287d1a731f3a2f0a8
Contents?: true
Size: 678 Bytes
Versions: 6
Compression:
Stored size: 678 Bytes
Contents
# frozen_string_literal: true module Primer module Forms 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 caption_template_form; end def after_content_form; end def invalid_form; end def multi_input_form; end end end end
Version data entries
6 entries across 6 versions & 1 rubygems