# @react-md/core

> The core components and functionality for react-md.

Latest version **7.0.7** (published 2026-06-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install @react-md/core
pnpm add @react-md/core
yarn add @react-md/core
bun add @react-md/core
```

## Health

**Score 55/100 (C)** — status: active.

Positive: esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 7.0.7 |
| Published | 2026-06-25 |
| First published | 2023-10-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 3 |
| Unpacked size | 7.4 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2325 |
| Author | Mikkel Laursen |
| Maintainers | mlaursen |
| Keywords | react, material design, react-md, components, ui, library |

## Links

- npm: https://www.npmjs.com/package/@react-md/core
- Repository: https://github.com/mlaursen/react-md
- Homepage: https://react-md.dev
- Issues: https://github.com/mlaursen/react-md/issues
- npm.io page: https://npm.io/package/@react-md/core

## Dependencies (3)

- [nanoid](https://npm.io/package/nanoid.md) ^5.1.11
- [cnbuilder](https://npm.io/package/cnbuilder.md) ^3.1.0
- [remove-accents](https://npm.io/package/remove-accents.md) ^0.5.0

## Alternatives

- [@progress/kendo-ooxml](https://npm.io/package/@progress/kendo-ooxml.md) — 152.1K weekly downloads
- [@progress/kendo-react-ripple](https://npm.io/package/@progress/kendo-react-ripple.md) — 8.0K weekly downloads
- [@progress/kendo-react-orgchart](https://npm.io/package/@progress/kendo-react-orgchart.md) — 4.3K weekly downloads
- [@praxisui/dynamic-fields](https://npm.io/package/@praxisui/dynamic-fields.md) — 2.4K weekly downloads
- [@mesalvo/react-ui](https://npm.io/package/@mesalvo/react-ui.md) — 1.7K weekly downloads

## Recent versions

- 7.0.7 (latest) — 2026-06-25
- 1.0.0-next.19 (next) — 2025-01-10
- 7.0.6 — 2026-05-15
- 7.0.5 — 2026-05-14
- 7.0.4 — 2026-04-29
- 7.0.3 — 2026-03-21
- 7.0.2 — 2026-02-13
- 7.0.1 — 2026-01-11
- 7.0.0 — 2026-01-06
- 6.5.2 — 2026-01-05
- 6.5.1 — 2025-12-20
- 6.5.0 — 2025-12-18
- 6.4.0 — 2025-12-05
- 6.3.4 — 2025-10-05
- 6.3.3 — 2025-09-27
- … 30 more at https://npm.io/package/@react-md/core/versions

## README

# @react-md/core

Create an accessible React application with the [material design specifications]
and SCSS.

Check out the [documentation website] for demos, configuration guides,
and other documentation.

## [Installation]

```sh
npm install @react-md/core sass

# optionally install material icons as well
npm install @react-md/material-icons
```

```sh
yarn add @react-md/core sass

# optionally install material icons as well
yarn add @react-md/material-icons
```

```sh
pnpm add @react-md/core sass

# optionally install material icons as well
pnpm add @react-md/material-icons
```

## Typescript

The library is written and maintained in [Typescript] and it is recommended to
use in your application as well since there is no runtime type checking for
React props that cannot be caught by Typescript.

[typescript]: https://www.typescriptlang.org/
[installation]: https://react-md.dev/getting-started/installation
[documentation website]: https://react-md.dev
[material design specifications]: https://material.io/design/

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