How to use Styled Components and why to use styled components?
In this blog, we will answer two questions about how and why to use Styled components to style react components.
Installation
To install styled components use the following command
npm
npm install styled-components
yarn
yarn add styled-com...
deenkumar11.hashnode.dev3 min read