feat(components): Composable Select Design POC#3104
Draft
julia-wjw wants to merge 1 commit into
Draft
Conversation
…y token Adds a throwaway ComposableSelect component built on @base-ui/react as a design handoff artefact for the Select component upgrade. Includes Storybook stories, CSS module styling, mobile bottom sheet, and a design spec doc. Also introduces --color-icon--secondary semantic color token (blue-500 light / blue-600 dark), used for the chevron icon in the Select trigger. Made-with: Cursor
Deploying atlantis with
|
| Latest commit: |
c54c3f0
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e554af2e.atlantis.pages.dev |
| Branch Preview URL: | https://select-component.atlantis.pages.dev |
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.
Summary
ComposableSelect, a throwaway design POC component built on@base-ui/react, intended as a design handoff artefact for the Select component upgrade--color-icon--secondarysemantic color token (light:blue-500, dark:blue-600), first used on the Select's chevron iconWhat to look at
select.design.specs.md— the design brief: sizes, states, status, behaviour, mobile, new tokens, and Figma linksnpx nx storybook componentsand open POC - Select to explore all states interactivelyComposableSelect.tsx— component implementation for reference