Module: StimulusPlumbers::Themes::Schema::Button::Ranges

Defined in:
lib/stimulus_plumbers/themes/schema/button/ranges.rb

Constant Summary collapse

TYPE =
%i[default outline ghost fab fab_outline dashed card].freeze
SIZE =
%i[xs sm md lg xl].freeze
LAYOUT =
%i[stacked inline].freeze
VARIANT =
%i[primary secondary tertiary success destructive warning info].freeze