Resources added for Styled Components (#1105)
* Resources added for Styled Componenets * Update content/roadmaps/100-frontend/content/112-modern-css/100-styled-components.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1657/head
parent
a124bb097f
commit
9a976c6c12
1 changed files with 9 additions and 1 deletions
@ -1 +1,9 @@ |
|||||||
# Styled components |
# Styled components |
||||||
|
|
||||||
|
Styled-components is a CSS-in-JS library that enables you to write regular CSS and attach it to JavaScript components. With styled-components, you can use the CSS you’re already familiar with instead of having to learn a new styling structure. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
|
||||||
|
<BadgeLink colorScheme='blue' badgeText='Read' href='https://styled-components.com/'>Official Website</BadgeLink> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='Read' href='https://styled-components.com/docs'>Official Docs</BadgeLink> |
||||||
|
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=02zO0hZmwnw'>Styled Components Crash Course & Project</BadgeLink> |
||||||
|
Loading…
Reference in new issue