styled-components
Installation
SKILL.md
styled-components
CSS-in-JS library using tagged template literals to style React components.
Quick Start
Install:
npm install styled-components
Create styled components:
import styled from 'styled-components';