# frozen_string_literal: true module Docs class AlphaTextFieldPreview < ViewComponent::Preview def default; end def with_a_clear_button; end def full_width; end def disabled; end def invalid; end def with_a_leading_visual; end def with_a_caption; end def with_a_validation_message; end end end