feat(ui): add decorative style primitives #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/decorative-style-primitives"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds a first set of content-free decorative UI primitives for the cyberpunk/brutalist visual language.
Why
The dashboard needs more standalone style components that can express the look without carrying product content or behavior. These primitives are intentionally decorative and can be composed into future page sections, cards, dividers, and visual density passes.
Changes
DiagonalStripeField,ScanlineField,CornerBracketFrame, andSignalTracecomponents.aria-hiddenand prop-driven only.Testing
bun run vitest run src/lib/ui/storybook.test.tsfirst failed on missing components/stories, then passed after implementation.bun run test:qaNotes