# @superdispatch/ui

> [![npm](https://img.shields.io/npm/v/@superdispatch/ui)](https://www.npmjs.com/package/@superdispatch/ui) [![npm minzipped size](https://img.shields.io/bundlephobia/minzip/@superdispatch/ui.svg)](https://bundlephobia.com/result?p=@superdispatch/ui)

Latest version **0.50.12** (published 2026-03-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @superdispatch/ui
pnpm add @superdispatch/ui
yarn add @superdispatch/ui
bun add @superdispatch/ui
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.50.12 |
| Published | 2026-03-10 |
| First published | 2019-08-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | darkc0der, superdispatch-user, doniyor2109, timurhamitov, dmikheev_sd, devdesrel, siriuscrain |

## Links

- npm: https://www.npmjs.com/package/@superdispatch/ui
- Repository: https://github.com/superdispatch/ui
- Homepage: https://github.com/superdispatch/ui#readme
- Issues: https://github.com/superdispatch/ui/issues
- npm.io page: https://npm.io/package/@superdispatch/ui

## Recent versions

- 0.50.12 (latest) — 2026-03-10
- 0.50.11 — 2026-03-06
- 0.50.10 — 2026-02-27
- 0.50.6 — 2025-12-02
- 0.50.3 — 2025-10-13
- 0.50.2 — 2025-09-23
- 0.50.1 — 2025-09-22
- 0.50.0 — 2025-09-16
- 0.49.5 — 2025-09-03
- 0.49.1 — 2025-09-02
- 0.49.0 — 2025-08-26
- 0.48.0 — 2025-08-19
- 0.47.0 — 2025-08-14
- 0.46.0 — 2025-08-12
- 0.45.0 — 2025-05-30
- … 248 more at https://npm.io/package/@superdispatch/ui/versions

## README

### `@superdispatch/ui`

[![npm](https://img.shields.io/npm/v/@superdispatch/ui)](https://www.npmjs.com/package/@superdispatch/ui)
[![npm minzipped size](https://img.shields.io/bundlephobia/minzip/@superdispatch/ui.svg)](https://bundlephobia.com/result?p=@superdispatch/ui)

#### Installation

```bash
yarn add @superdispatch/ui @material-ui/core @material-ui/icons @material-ui/styles @mdi/js
```

#### Usage

```tsx
import { Button, ThemeProvider } from '@superdispatch/ui';
import { Typography } from '@material-ui/core';

export function App() {
  return (
    <ThemeProvider>
      <Typography variant="h3" gutterBottom={true}>
        Hello 👋
      </Typography>

      <Button color="blue">Yay 🎉</Button>
      <Button color="red">Nay 👎</Button>
    </ThemeProvider>
  );
}
```

---
_Source: https://npm.io/package/@superdispatch/ui · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
