You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to hide the use of the CSS framework and mutualize CSS classes in only 1 component, to make the evolution of buttons easier.
In the future the button component could have props like :
disable -> disable the button and put a specific color
icon -> display the given icon in the button
and it won't be the parent responsibility to choose which CSS class use
The text was updated successfully, but these errors were encountered:
The idea is to hide the use of the CSS framework and mutualize CSS classes in only 1 component, to make the evolution of buttons easier.
In the future the button component could have props like :
disable -> disable the button and put a specific color
icon -> display the given icon in the button
and it won't be the parent responsibility to choose which CSS class use
The text was updated successfully, but these errors were encountered: