Add the design kit preview bundle - #503
Merged
Merged
Conversation
Self-contained preview cards over the shipped CSS (styles/ is a symlink into src/lib/styles), one card per canonical primitive from the components sheet, each rendered in dark, light, and warm side by side. Marked with @DSCARD groups for syncing into a Claude Design design-system project; the README carries the sync steps and ground rules. Verified by rendering every card headless and checking the screenshots. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mtaanquist
marked this pull request as ready for review
July 29, 2026 14:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The queued follow-up to #501: a committed preview kit at
scratch/design-kit/for syncing the design system into a Claude Design (claude.ai/design) design-system project.styles/is a symlink intosrc/lib/styles/, so the cards always render whatever is shipped; the kit adds only scaffold CSS/JS. Card markup mirrors real call sites, canon only per the components sheet - no legacy skins.@dsCard groupmarker for the Design System pane; the README carries the DesignSync steps (which need the user present) and the ground rules.Verified: every card rendered headless with the repo's Playwright and the screenshots checked in all three themes (buttons, forms, menus, badges, cards, colors). Prettier passes. No app code changes.
🤖 Generated with Claude Code