Sha256: 3554619833d8980fd86c079221129e17a37791425535c6551622b14cb5d9d13c
Contents?: true
Size: 401 Bytes
Versions: 1
Compression:
Stored size: 401 Bytes
Contents
# frozen_string_literal: true module Docs class AlphaAutoCompletePreview < ViewComponent::Preview def default; end def with_inline_label; end def with_non_visible_label; end def with_icon; end def with_icon_and_non_visible_label; end def with_clear_button; end def with_custom_classes_for_the_input; end def with_custom_classes_for_the_results; end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yattho_view_components-0.0.1 | previews/docs/alpha_auto_complete_preview.rb |