# @blaze-react/more

> Use the More menu list to navigate between the items.

Latest version **0.8.0-alpha.112** (published 2025-10-01) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @blaze-react/more
pnpm add @blaze-react/more
yarn add @blaze-react/more
bun add @blaze-react/more
```

## Health

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

Positive: no vulnerabilities.

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

## Facts

| | |
|---|---|
| Version | 0.8.0-alpha.112 |
| Published | 2025-10-01 |
| First published | 2019-06-20 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.8 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | byte9 |
| Maintainers | marekb9, mcabrerapf, daoyong, grzegorzi, ishrat, andypail, tanane |

## Links

- npm: https://www.npmjs.com/package/@blaze-react/more
- npm.io page: https://npm.io/package/@blaze-react/more

## Recent versions

- 0.8.0-alpha.112 (latest) — 2025-10-01
- 0.8.0-alpha.117 (alpha) — 2026-03-11
- 0.8.0-alpha.115 — 2026-02-23
- 0.8.0-alpha.114 — 2026-01-08
- 0.8.0-alpha.66 — 2023-10-04
- 0.8.0-alpha.64 — 2023-09-14
- 0.8.0-alpha.60 — 2021-11-30
- 0.8.0-alpha.58 — 2021-11-29
- 0.8.0-alpha.56 — 2021-11-29
- 0.8.0-alpha.52 — 2021-11-29
- 0.8.0-alpha.46 — 2021-10-06
- 0.8.0-alpha.45 — 2021-10-06
- 0.8.0-alpha.44 — 2021-10-06
- 0.8.0-alpha.43 — 2021-10-06
- 0.8.0-alpha.42 — 2021-10-06
- … 97 more at https://npm.io/package/@blaze-react/more/versions

## README

## Description

Use the More menu list to navigate between the items.

## Usage

```js
<More isMoreMenu>
  <More.Avatar isMoreMenu>
    <span className="material-icons">...</span>
  </More.Avatar>
  <More.Content isMoreMenu>
    <a href="/">Link</a>
    <a href="/">Link</a>
    <a href="/">Link</a>
  </More.Content>
</More>
```

## API

##### More menu can receive a number of `props` as follow:

| NAME       |         TYPE          | DEFAULT |
| :--------- | :-------------------: | :-----: |
| isMoreMenu |        Boolean        |  false  |
| disabled   |        boolean        |  false  |
| isHeader   |        Boolean        |  false  |
| isDropdown |        Boolean        |  false  |
| toggled    |        Boolean        |  false  |
| children   | single/array of nodes |  empty  |

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