react-xel

Installation

Install `react-xel` in your Next.js/React app.

Package

pnpm add react-xel

Import 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.

On this page