Module: StimulusPlumbers::Themes::Tailwind::Form

Included in:
StimulusPlumbers::Themes::TailwindTheme
Defined in:
lib/stimulus_plumbers/themes/tailwind/form.rb,
lib/stimulus_plumbers/themes/tailwind/form/code.rb,
lib/stimulus_plumbers/themes/tailwind/form/field.rb,
lib/stimulus_plumbers/themes/tailwind/form/input.rb,
lib/stimulus_plumbers/themes/tailwind/form/credit_card.rb

Defined Under Namespace

Modules: Code, CreditCard, Field, Input

Constant Summary collapse

GROUP =
%w[flex gap-(--sp-space-1) mb-(--sp-space-3)].freeze
GROUP_INLINE =
%w[flex-row items-center].freeze