-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
feat(components): toggle-group #1547
Conversation
@maxwiseman is attempting to deploy a commit to the shadcn-pro Team on Vercel. A member of the Team first needs to authorize it. |
- Dark mode border color is now consistent with the toggle component
- Added the content field to `components.json` for toggle-group - Ran build:registry again
@shadcn Any updates on whether or not this is going to be merged? |
@maxwiseman Looking into it. Note: we have 3 other PRs that also implement the toggle group components: |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maxwiseman I've simplify the implementation a bit and reused the styles from toggle. Thanks for your help on this! Appreciate it!
* feat: added toggle-group component * fix(components): ran build:registry script * fix(components): fixed colors in toggle-group - Dark mode border color is now consistent with the toggle component * fix(components): fixed component.json toggle-group - Added the content field to `components.json` for toggle-group - Ran build:registry again * feat(toggle-group): simplify implementation --------- Co-authored-by: shadcn <[email protected]>
Toggle-group
Preview
This PR adds the toggle-group primitive from Radix.
Similar to #53 and #610, but with the styling from the existing toggle component.