nextjs-styling

Installation
SKILL.md

Styling & UI Performance

Priority: P1 (HIGH)

Prioritize Zero-Runtime CSS for Server Components.

Library Selection

Library Verdict Reason
Tailwind / shadcn Preferred (P1) Zero-runtime, RSC compatible. Best for App Router.
CSS Modules / SCSS Recommended Scoped, zero-runtime. Good for legacy projects.
Ant Design Supported Use with Client Component wrappers for RSCs.
MUI / Chakra (Runtime) Avoid Forces use client widely. Degrades performance.

Library Patterns

For specific library setups, see:

Installs
1
GitHub Stars
60
First Seen
Jun 12, 2026
nextjs-styling — comeonoliver/skillshub