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
- Host: GitHub
- URL: https://github.com/quasarframework/quasar-ui-qiconpicker
- Owner: quasarframework
- License: mit
- Created: 2019-05-29T17:45:32.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T08:36:09.000Z (over 2 years ago)
- Last Synced: 2025-05-02T13:47:58.995Z (about 1 year ago)
- Topics: component, icons, picker, quasar, quasarframework, vue
- Language: JavaScript
- Homepage: https://qiconpicker.netlify.app
- Size: 43.9 MB
- Stars: 58
- Watchers: 3
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)


[]()
[]()

# 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