✨ Feat: Documentation and Examples for Badge, Command, MultiSelect and Popover#82
Merged
✨ Feat: Documentation and Examples for Badge, Command, MultiSelect and Popover#82
Conversation
…ed navigation and command execution
…enhanced form functionality
…umentation with descriptions and tags
…and close functionality
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
MarcosvBueno
approved these changes
Dec 23, 2025
Contributor
MarcosvBueno
left a comment
There was a problem hiding this comment.
LGTM
It's interesting to test each component individually after running the registry.
Contributor
|
I'll merge this branch just because we need to validate the new style-guided (such as ShadCN) components behaviour. Good luck for us, bros! |
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.
📚 Documentation and Examples for Badge, Command, MultiSelect and Popover
This PR adds new documentation and interactive example components for the Badge, Command, and MultiSelect UI components, with a strong focus on improving the developer experience. It also includes new dependencies to support form validation and enhanced UI functionality.
📖 Documentation and Examples
Added comprehensive documentation for the
Badgecomponent, including:(
src/components/docs/contents/badge.tsx)Introduced a set of interactive examples for the
MultiSelectcomponent, demonstrating:(
src/components/docs/contents/multi-select/multi-select-examples.tsx)Added interactive examples for the
Commandcomponent, including:(
src/components/docs/contents/command/command-examples.tsx)Added Popover examples for the component
📦 Dependency Updates
package.jsonto support form validation and UI components:@hookform/resolversreact-hook-formzod@radix-ui/react-dialog@radix-ui/react-popovercmdk✅ Result: richer documentation, practical and interactive examples, and a more robust dependency foundation for building modern, well-validated user interfaces.