Inconsistent API to add CSS class with certain of your component #68
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
I've got a problem with the
styleClass
properties on some of your components because it doesn't follow the ReactclassName
.If I want to add a CSS class to a component like Button I have to do :
which is great because this is the same for every component with React.
but for the color picker, I have to do :
I think every CSS class property for component should follow the
className
naming to be consistent with the React ecosystem and to simplify the use of your components.The text was updated successfully, but these errors were encountered: