Module: StimulusPlumbers::Themes::Tailwind::Calendar

Included in:
StimulusPlumbers::Themes::TailwindTheme
Defined in:
lib/stimulus_plumbers/themes/tailwind/calendar.rb

Constant Summary collapse

BASE =
%w[
  size-[--sp-calendar-day-size] rounded-[--sp-radius-md]
  flex items-center justify-center text-[--sp-text-sm]
  hover:bg-[--sp-color-muted] cursor-pointer
].freeze
DAY_SELECTED =
%w[
  bg-[--sp-color-primary]
  text-[--sp-color-primary-fg]
  hover:bg-[--sp-color-primary]/90
].freeze