We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
carbon-components
carbon-components-react
Describe in detail the issue you're having.
When passing a className prop to the HeaderSideItems component, the class is not applied instead customClassName is added as a class to the element.
customClassName
Is this issue related to a specific component? HeaderSideNavItems - https://github.com/carbon-design-system/carbon/blob/master/packages/react/src/components/UIShell/HeaderSideNavItems.js
What did you expect to happen? What happened instead? What would you like to see changed?
The className prop that I pass should be applied.
What browser are you working in?
Chrome, Firefox, Safari
What version of the Carbon Design System are you using?
10.9.2
className="test"
<HeaderSideNavItems />
Please create a reduced test case in CodeSandbox
https://codesandbox.io/s/frosty-banach-ny7is?fontsize=14&hidenavigation=1&theme=dark
The text was updated successfully, but these errors were encountered:
tw15egan
Successfully merging a pull request may close this issue.
What package(s) are you using?
carbon-components
carbon-components-react
Detailed description
When passing a className prop to the HeaderSideItems component, the class is not applied instead
customClassName
is added as a class to the element.The className prop that I pass should be applied.
Chrome, Firefox, Safari
10.9.2
Steps to reproduce the issue
className="test"
to<HeaderSideNavItems />
https://codesandbox.io/s/frosty-banach-ny7is?fontsize=14&hidenavigation=1&theme=dark
Additional information
The text was updated successfully, but these errors were encountered: