Skip to content

Package decision guide

Which package should I install?

Start from what you're building. Every framework package pulls the core runtime, so you install the integration, not everything at once.

Pick your entry point

Common combinations

For example — Next.js with Material UI:
terminal
bash
npm install @theme-kit/core @theme-kit/next @theme-kit/mui

Still unsure?

Which package should I install? — Theme Kit