Badge CSS api types don't include colorError
See original GitHub issue- This is not a v0.x issue.
- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior 🤔
When customizing a Badge component, colorError
should be available, as explained in the docs (https://material-ui.com/api/badge/)
Current Behavior 😯
colorError
is not available in the types, just the following:
export type BadgeClassKey =
| 'root'
| 'badge'
| 'colorPrimary'
| 'colorSecondary'
| 'invisible'
| 'dot';
Your Environment 🌎
Tech | Version |
---|---|
Material-UI core | v3.9.3 |
TypeScript | 3.2.2 |
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Badge CSS api types don't include colorError #15773 - GitHub
Expected Behavior When customizing a Badge component, colorError should be ... Badge CSS api types don't include colorError #15773.
Read more >Badge API - Material UI - MUI
API reference docs for the React Badge component. Learn about the props, CSS, and other APIs of this exported module.
Read more >CSS: UL Navigation - on hover, background color error
On hover the background color seems to come outside of the "boxes" that are my navigation items. I have ...
Read more >JET CSS Variables - Oracle
CSS custom properties (aka CSS variables) are used in JET CSS files, details of the CSS files available are in the developer's guide....
Read more >Bootstrap Badges - examples & tutorial
Responsive Badges built with the latest Bootstrap 5. Badges add extra information like count or label to any content. Use counters, icons, or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This problem is already solved. We need to close it.
can anyone tell me if it will be available in a 3.x.y version?