/
Installation
Install Stoop using your preferred package manager
Package Managers
Stoop is available on npm and installs with any package manager:
npm install stoop
# or
bun add stoop
# or
yarn add stoop
# or
pnpm add stoop
Optional: UI Component Library
Stoop also provides an optional UI component library with pre-built, accessible components:
npm install stoop-ui
# or
bun add stoop-ui
# or
yarn add stoop-ui
# or
pnpm add stoop-ui
The stoop-ui package includes components like Button, Input, Modal, Select, and more, all built with Stoop and ready to use. It requires the core stoop package (installed automatically as a peer dependency).
Requirements
Stoop requires React 16.8.0 or higher (for hooks support). It works with both Next.js Pages Router and App Router.
Related Pages
- Theme Setup - Configure your theme with design tokens
- Creating Components - Learn how to create styled components
- Migration from Stitches - Migrate your existing Stitches codebase