GitbookIO / styleguide

GitBook.com HTML/CSS Style Guide
http://styleguide.gitbook.com
Apache License 2.0
86 stars 23 forks source link

Deprecate "icon" prop on <Button> #45

Closed SamyPesse closed 7 years ago

SamyPesse commented 7 years ago

Instead we should use <Icon id=".." /> as a children of the button.

So that we can improve the <Icon /> component and do not depend on setting the className instead of id.

We can use https://www.npmjs.com/package/react-is-deprecated for deprecation.