BerkeleyTrue / react-material

Material design components written with React.js and React Style
http://berkeleytrue.github.io/react-material
404 stars 38 forks source link

Comp styles prop inconsistant #103

Closed BerkeleyTrue closed 6 years ago

BerkeleyTrue commented 9 years ago

Some components expect the styles prop to be an object with properties whiles other expect array of styles.

This can cause confusion.

BerkeleyTrue commented 9 years ago

possible solution: components that require objects for styles prop should be split into separate props.