Styled Components in React

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

aayush-jain-code

Styled
Components
in React
aayush-jain-code

What is Styled-
components?

💅
Styled components is a CSS-in-JS styling
framework that uses tagged template
literals in JavaScript and the awesome
power of CSS to provide a platform that
allows you to write actual CSS to style
react components.
aayush-jain-code

Why you should use


styled-components
Freedom to build custom
components with CSS.

Native mobile support &


Scoped style

Server-side rendering

Easier deletion of CSS

Simple dynamic styling

Painless maintenance
aayush-jain-code

Example:

You might also like