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. ...
rishibolinjkar.hashnode.dev3 min read