-
Notifications
You must be signed in to change notification settings - Fork 1.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(Text): add text to Accordion, Button, Checkbox, Combobox, Contentswitcher #9493
feat(Text): add text to Accordion, Button, Checkbox, Combobox, Contentswitcher #9493
Conversation
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: acc7ec5 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/6148ab9a4b33ad0008384b2b 😎 Browse the preview: https://deploy-preview-9493--carbon-react-next.netlify.app |
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.
Looking great! Just a couple of usage notes/questions
I think a big thing for the conversion will be any text that we accept as props that the user cannot control rendering of will need to be wrapped in a |
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: acc7ec5 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/6148ab9a4548e10007d1a511 😎 Browse the preview: https://deploy-preview-9493--carbon-elements.netlify.app |
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: acc7ec5 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/6148ab9a09147300080d7f01 😎 Browse the preview: https://deploy-preview-9493--carbon-components-react.netlify.app |
@joshblack that makes sense to me! |
packages/react/src/components/ContentSwitcher/ContentSwitcher.js
Outdated
Show resolved
Hide resolved
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.
Not sure if you're still looking for a review from me, but I think the change left is in AccordionItem
to wrap the title in a Text
and to not wrap the content in a Text
@dakahn saw the re-review request, I think my last review comment is here: #9493 (review) |
@joshblack fixed the accordion item 👍 |
Thanks for taking a look at this! I think you’ve highlighted a few gaps in documentation that we should address.
|
Hello @tay1orjones , Thank you for your explanations. |
Closes #9462