npm.io
1.0.3 • Published 3 years ago

boxicons-quasar

Licence
MIT
Version
1.0.3
Deps
0
Size
1.2 MB
Vulns
0
Weekly
0

boxicons-quasar

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

Usage

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

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

Keywords