Installation
Install `react-xel` in your Next.js/React app.
Package
pnpm add react-xelImport paths
- Core:
react-xel - UI:
react-xel/ui - Styles:
react-xel/styles.css
Next.js note
The UI (react-xel/ui) must run in the browser:
"use client";Headless mode
If you use your own design system, pass unstyled to UI components and provide classes/slots yourself.