Design system
Style guide
The living foundation for Dash — tokens and hero components, authored once and rendered identically in the Laravel app and the static HTML build.
Color
A single violet drives every interactive and selected state; zinc neutrals and paired semantic tints carry everything else. Each swatch pairs a solid with the soft tint used as its badge surface — both re-resolve in place when the theme flips.
--ac · --ac-tint
--pos · --pos-t
--crit · --crit-t
--info · --info-t
--warn · --warn-t
Neutral ramp · --z50 → --z900 (constant across themes)
Type
Dashboards, done right.
Clarity at a glance
The quick brown fox jumps over the lazy dog — legible, calm, and unhurried.
Section label — sentence case, quiet weight
const uptime = 99.98; // tabular figures
Elevation & radius
Shadow scale · --sh-card / --sh-lift / --sh-drag
--r-sm
--r-md
--r-lg
--r-xl
Radius scale · assigned by element class
Buttons
Cards & overlays
Alpine-driven overlays — a dropdown that closes on outside-click or Escape, and a focus-trapped modal that teleports to the body.