Documentation Index
Fetch the complete documentation index at: https://docs.prism.byescaleira.com/llms.txt
Use this file to discover all available pages before exploring further.
Design Tokens
Design tokens are named constants that encode your design decisions. PrismUI uses six token families to keep your UI consistent across every component and platform.ColorToken
Semantic color tokens map to purposes, not hues. The activePrismTheme resolves each token to a concrete Color.
ColorToken Cases
Using Color Tokens
SpacingToken
A consistent spacing scale based on a 4pt grid:| Token | Value |
|---|---|
.xxs | 2pt |
.xs | 4pt |
.sm | 8pt |
.md | 12pt |
.lg | 16pt |
.xl | 24pt |
.xxl | 32pt |
.xxxl | 48pt |
Using Spacing Tokens
TypographyToken
Type scale tokens for consistent text sizing:| Token | Use Case |
|---|---|
.largeTitle | Screen titles |
.title | Section headings |
.title2 | Subsection headings |
.title3 | Card titles |
.headline | Emphasized body text |
.body | Primary content |
.callout | Secondary content |
.subheadline | Labels |
.footnote | Captions |
.caption | Small metadata |
.caption2 | Fine print |
Using Typography Tokens
RadiusToken
Corner radius scale for consistent roundness:| Token | Value |
|---|---|
.none | 0 |
.xs | 2pt |
.sm | 4pt |
.md | 8pt |
.lg | 12pt |
.xl | 16pt |
.xxl | 24pt |
.full | 9999pt (pill) |
Using Radius Tokens
ElevationToken
Shadow/elevation levels for depth hierarchy:| Token | Description |
|---|---|
.none | Flat, no shadow |
.low | Subtle lift — cards |
.medium | Moderate — dropdowns, popovers |
.high | Prominent — modals, dialogs |
Using Elevation Tokens
MotionToken
Animation timing presets for consistent motion:| Token | Duration | Use Case |
|---|---|---|
.instant | 100ms | Toggle, switch |
.fast | 150ms | Hover, focus |
.normal | 250ms | Expand, collapse |
.slow | 350ms | Page transition |
.deliberate | 500ms | Onboarding, attention |
Using Motion Tokens