# @asphalt-react/qualifier

> Reusable qualifier component

Latest version **2.16.0** (published 2026-07-28) · UNLICENSED license · 0 weekly downloads

## Install

```sh
npm install @asphalt-react/qualifier
pnpm add @asphalt-react/qualifier
yarn add @asphalt-react/qualifier
bun add @asphalt-react/qualifier
```

## Health

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

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

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 2.16.0 |
| Published | 2026-07-28 |
| First published | 2022-07-26 |
| Weekly downloads | 0 |
| License | UNLICENSED |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 7.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | UX Engineering - Web |
| Maintainers | sayantan1211, dawn29, antoniomontana, goto.abhinav, elayudhanira-gojek, yessyprmtsr, soorajj |
| Keywords | asphalt, qualifier |

## Links

- npm: https://www.npmjs.com/package/@asphalt-react/qualifier
- npm.io page: https://npm.io/package/@asphalt-react/qualifier

## Dependencies (2)

- [@asphalt-react/helper](https://npm.io/package/@asphalt-react/helper.md) ^2.16.0
- [@asphalt-react/svg-normalizer](https://npm.io/package/@asphalt-react/svg-normalizer.md) ^2.16.0

## Recent versions

- 2.16.0 (latest) — 2026-07-28
- 2.0.0-alpha.29 (next) — 2023-12-15
- 2.15.0 — 2026-04-13
- 2.14.0 — 2026-03-11
- 2.13.0 — 2026-02-19
- 2.12.0 — 2025-11-28
- 2.10.0 — 2025-10-27
- 2.0.0 — 2025-01-07
- 2.0.0-rc.11 — 2024-12-11
- 2.0.0-rc.4 — 2024-09-30
- 2.0.0-rc.0 — 2024-07-10
- 2.0.0-alpha.19 — 2023-05-26
- 2.0.0-alpha.16 — 2023-04-13
- 2.0.0-alpha.15 — 2023-03-30
- 2.0.0-alpha.13 — 2023-02-20
- … 3 more at https://npm.io/package/@asphalt-react/qualifier/versions

## README

# Qualifier
![npm](https://img.shields.io/npm/dt/@asphalt-react/qualifier?style=flat-square)
> ⚠️ Designed for Asphalt React component packages. Use at your own risk, if using externally.

Returns the qualifier element. Supports text and icon as SVG. Warns if the icon is not an SVG.

## Usage

```jsx
import { Qualifier } from "@asphalt-react/qualifier"
import { SearchIcon } from "@asphalt-react/iconpack"

function App() {
  return (
    <Qualifier><SearchIcon /></Qualifier>
  )
}
```

## Props

### children

Qualifier to render. Accepts SVG for icon and string.

| type  | required | default |
| ----  | -------- | ------- |
| union | true     | N/A     |

### iconSize

Size of the icon qualifier.

| type | required | default                       |
| ---- | -------- | ----------------------------- |
| node | false    | { width: "16", height: "16" } |

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