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
Currently the only practical way to style some of the div elements is with css, e.g.,
/* override default rc-collapse-content */ div.rc-collapse-content { padding: 0 5px; }
/* override default rc-collapse-content-box */ div.rc-collapse-content > div.rc-collapse-content-box { margin-top: 5px; margin-bottom: 5px; }
Please provide a way to override these styles from JavaScript. This will allow these elements to be styled using Glamorous or Glamor or Emotion, etc.
The text was updated successfully, but these errors were encountered:
I can style all HTML really well with styled-components, which is also a css-in-js library.
Or do I miss something?
Sorry, something went wrong.
No branches or pull requests
Currently the only practical way to style some of the div elements is with css, e.g.,
/* override default rc-collapse-content */
div.rc-collapse-content {
padding: 0 5px;
}
/* override default rc-collapse-content-box */
div.rc-collapse-content > div.rc-collapse-content-box {
margin-top: 5px;
margin-bottom: 5px;
}
Please provide a way to override these styles from JavaScript. This will allow these elements to be styled using Glamorous or Glamor or Emotion, etc.
The text was updated successfully, but these errors were encountered: