# boxicons-quasar

> All box-icons in a quasar compatible module file

Latest version **1.0.3** (published 2023-01-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install boxicons-quasar
pnpm add boxicons-quasar
yarn add boxicons-quasar
bun add boxicons-quasar
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2023-01-27 |
| First published | 2023-01-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Arash Shakery |
| Maintainers | arash16 |
| Keywords | icon, quasar, box-icons |

## Links

- npm: https://www.npmjs.com/package/boxicons-quasar
- Repository: https://github.com/arash16/boxicons-quasar
- npm.io page: https://npm.io/package/boxicons-quasar

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2023-01-27
- 1.0.2 — 2023-01-27
- 1.0.1 — 2023-01-27
- 1.0.0 — 2023-01-27

## README

# boxicons-quasar

This package exports all boxicons path strings for usage inside quasar q-icon component.

### Usage

```bash
yarn add boxicons-quasar
```

```vue
<script setup lang="ts">
import { bxExit } from 'boxicons-quasar';
</script>

<template>
  <q-icon :name="bxExit" size="24px" />
</template>
```

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