volta2016 / styled-components

styled components creating components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Styled Component

What are styled components?

styled-components utilises tagged template literals to style your components. It removes the mapping between components and styles. This means that when you're defining your styles, you're actually creating a normal React component, that has your styles attached to it.

Creating Components ⚛

Starting with stylish components practicing seeing how css works in js thanks to the tagged templates

You can look at my portfolio to see more projects 😄
Portafolio.

About

styled components creating components


Languages

Language:JavaScript 73.6%Language:CSS 15.7%Language:HTML 10.7%