-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
fix(docs): correct label in card demo #799
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@0ui is attempting to deploy a commit to the shadcn-pro Team on Vercel. A member of the Team first needs to authorize it. |
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.
👍
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.
Thank you.
Co-authored-by: shadcn <[email protected]>
Co-authored-by: shadcn <[email protected]>
Co-authored-by: shadcn <[email protected]>
Co-authored-by: shadcn <[email protected]>
I ran into a mislabeled input on this page when trying out shadcn/ui. If you click on the Framework label it selects the Name input instead. This PR:
<SelectContent />
outside of the<SelectTrigger />
to match the Select usage docs