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';

const Button = styled.button`
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026