/Installation
Installation
#Install Stoop using your preferred package manager
Package Managers
#Stoop is available on npm and can be installed with any package manager:
npm install stoop
# or
bun add stoop
# or
yarn add stoop
# or
pnpm add stoop
Requirements
#Stoop requires React 16.8.0 or higher (for hooks support). It works with both Next.js Pages Router and App Router.
Next Steps
#- Theme Setup - Configure your theme with design tokens
- Creating Components - Learn how to create styled components
- Migration from Stitches - Migrate your existing Stitches codebase