How to use React props in Styled-Components
Introduction When it comes to styling react components dynamically, we usually have to write a lot of code to manipulate the styles according to our needs. There is a switch between coding out components and styling these components using plain CSS. ...
Nov 12, 20213 min read


