-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core] feat: new SegmentedControl component #6454
Conversation
Segmented controlBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
packages/docs-app/src/examples/core-examples/audio/oscillator.ts
Outdated
Show resolved
Hide resolved
add docs blurbBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
packages/core/src/components/segmented-control/segmentedControl.tsx
Outdated
Show resolved
Hide resolved
Merge remote-tracking branch 'origin/develop' into cp/segmented-controlsBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
Added support for small, regular, and large sizes (just like Buttons): Added support for "fill" prop: Added support for "inline" prop. You can see it used in the example options panel; without this prop, the "intent" control container would appear like Also changed hover styling to take on the specified intent, I think this is slightly better, what do you think @CPerinet @jessperrin?
|
add fill, inline, small, large propsBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
Fixes #3111
Changes proposed
SegmentedControl
component and docs exampleScreenshot