@runlume/admin-ui 0.2.1 is now available on npm. New projects can reuse the shared components, styles, and semantic tokens from Runlume's standard admin without copying the complete template.

Install

pnpm add @runlume/admin-ui
import { Button, Calendar, DataTable, Transfer } from '@runlume/admin-ui'
import '@runlume/admin-ui/styles.css'

What is included

  • Data tables, editable tables, search filters, pagination, charts, and page states.
  • A full calendar, transfer list, and rating control.
  • Resizable panels and a general-purpose sortable list.
  • ESM, CommonJS, component subpaths, and a standalone stylesheet export.
  • React 18.2–19 support, with readable built-in copy when the host provides no translation.

Package or complete template

Install the npm package when you only need shared components. Use the admin-design repository when you also need the application shell, example pages, theme settings, and complete component gallery. Brand assets, example pages, and application state are not part of the package.

Explore the npm package , component docs , live demo , and project overview .