An open API service indexing awesome lists of open source software.

https://github.com/quasarframework/quasar-ui-qiconpicker

QIconPicker - Quasar App Extension
https://github.com/quasarframework/quasar-ui-qiconpicker

component icons picker quasar quasarframework vue

Last synced: about 1 year ago
JSON representation

QIconPicker - Quasar App Extension

Awesome Lists containing this project

README

          

> If you are looking for QIconPicker that works with Quasar v1/Vue v2, then look into the [qv1 branch](https://github.com/quasarframework/quasar-ui-qiconpicker/tree/qv1). Documentation can be found [here](https://quasarframework.github.io/quasar-ui-qiconpicker).

# QIconPicker (Vue v3 Plugin, UMD and Quasar v2 App Extension)

![](https://img.shields.io/npm/v/@quasar/quasar-ui-qiconpicker/next?label=@quasar/quasar-ui-qiconpicker)
![](https://img.shields.io/npm/v/@quasar/quasar-app-extension-qiconpicker/next?label=@quasar/quasar-app-extension-qiconpicker)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/quasarframework/app-extension-qiconpicker.svg)]()
[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/quasarframework/app-extension-qiconpicker.svg)]()

![QIconPicker](https://raw.githubusercontent.com/quasarframework/quasar-ui-qiconpicker/dev/demo/public/q-icon-picker.png)

# Structure

- [/ui](ui) - standalone npm package (go here for more details)
- [/app-extension](app-extension) - Quasar app extension
- [/docs](https://github.com/quasarframework/quasar-ui-qiconpicker/tree/main/docs) - demo and examples
- [Live Demo](https://qiconpicker.netlify.app/)

# Demo Workflow

If you fork or download this project, make sure you have the Quasar CLI globally installed:

```
$ npm i -g @quasar/cli
or
yarn global add @quasar/cli
```

The workflow to build the demo, on a fresh project, is as follows:

```
$ cd ui
$ yarn
$ yarn build
$ cd ../docs
$ yarn
$ quasar dev
```

# Donate

If you appreciate the work that went into this, please consider donating to [Quasar](https://donate.quasar.dev) or [Jeff](https://github.com/sponsors/hawkeye64).

# License

MIT (c) Jeff Galbraith