-
Notifications
You must be signed in to change notification settings - Fork 0
chore(docs): create ScopedSearchInput docs
#673
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
base: main
Are you sure you want to change the base?
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| ### Resources | ||
|
|
||
| ### Key Features | ||
| Deep dive on details and access design library. |
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.
| Deep dive on details and access design library. | |
| Deep dive into implementation details and access the Nimbus design library. |
i missed this on a few, just adding it here while im at 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.
Corrected this everywhere I could in c67d059
Summary
Does what the title says. Figma link here
Doing this exposed a bug in the component. The select wrapper's label (the text in the select component) won't truncate when sufficiently long, causing the rest of the component to overflow. I couldn't solve it here in a timely manner, so I pulled it out as this ticket.