# @runlume/admin-ui 0.2.1: standard admin components on npm

Runlume's shared admin components are now on npm, covering tables, filters, pagination, charts, page states, calendar, transfer, rating, resizable panels, and sortable lists.

> Runlume provides platform capabilities, independent business apps, and professional services that can be combined as needed. Features, allowances, and delivery scope follow the selected plan or service agreement. Business apps can be selected independently; collaboration follows configured integrations and authorization boundaries.

Original page: https://runlume.app/en/blog/admin-ui-0-2-1-release

Product releases · admin-ui / React components / npm

Published：2026-09-22 · Author：Runlume Team

`@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

```bash
pnpm add @runlume/admin-ui
```

```tsx
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](https://www.npmjs.com/package/@runlume/admin-ui), [component docs](https://adoc.runlume.app), [live demo](https://ago.runlume.app), and [project overview](https://adesign.runlume.app).

## Related pages

- [Platform](https://runlume.app/en/platform)
- [Business apps](https://runlume.app/en/apps)
- [Developers](https://runlume.app/en/developers)
- [About Runlume](https://runlume.app/en/about)
