Skip to content

Commit 4999816

Browse files
committed
chore: update readme info
1 parent a3bf552 commit 4999816

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
QIconPicker (@quasar/qiconpicker)
22
===
33

4-
> Please note that QIconPicker is in alpha state.
5-
64
![official icon](https://img.shields.io/badge/Quasar%201.0-Official%20UI%20App%20Extension-blue.svg)
75
![npm (scoped)](https://img.shields.io/npm/v/@quasar/quasar-app-extension-qiconpicker.svg?style=plastic)
86
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/quasarframework/app-extension-qiconpicker.svg)]()
@@ -11,12 +9,14 @@ QIconPicker (@quasar/qiconpicker)
119

1210
QIconPicker is an `UI App Extension` for [Quasar Framework v1](https://quasar.dev/). It will not work with legacy versions of Quasar Framework.
1311

14-
This work is currently in `alpha` and there are expected changes while things get worked out. Your help with testing is greatly appreciated.
12+
![QIconPicker](https://raw.githubusercontent.com/quasarframework/app-extension-qiconpicker/dev/demo/src/statics/q-icon-picker.png)
1513

16-
![QIconPicker example](https://raw.githubusercontent.com/quasarframework/app-extension-qiconpicker/dev/demo/src/statics/q-icon-picker.png)
14+
# Demo Project (source)
15+
Can be found [here](https://github.com/quasarframework/app-extension-qiconpicker/tree/master/demo).
1716

18-
# QIconPicker
19-
Please check out the [documentation](https://quasarframework.github.io/app-extension-qiconpicker/).
17+
18+
# Documentation and Examples
19+
Can be found [here](https://quasarframework.github.io/app-extension-qiconpicker).
2020

2121
# Install
2222
To add this App Extension to your Quasar application, run the following (in your Quasar app folder):
@@ -33,14 +33,5 @@ quasar ext remove @quasar/qiconpicker
3333
# Describe
3434
You can use `quasar describe QIconPicker` (TBD)
3535

36-
# Demo Project
37-
Can be found [here](https://github.com/quasarframework/app-extension-qiconpicker/tree/master/demo).
38-
39-
# Demo
40-
Can be found [here](https://quasarframework.github.io/app-extension-qiconpicker/demo).
41-
42-
# Documentation
43-
Can be found [here](https://quasarframework.github.io/app-extension-qiconpicker).
44-
4536
# Donate
4637
If you appreciate the work that went into this App Extension, please consider [donating to Quasar](https://donate.quasar.dev).

demo/src/markdown/iconpicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Most icon sets are very large which may cause performance issues.
5151
| --- | --- | --- |
5252
| value | String | `v-model` data |
5353
| icon-set | String | Acceptable strings are: `material-icons`, `ionicons-v4`, `mdi-v3`, `fontawesome-v5`, `eva-icons`, and `themify` |
54-
| icons | Array | Data should look like this: `[ { name="extension" }, ... ]` |
54+
| icons | Array | Data should look like this: `[ { name="icon name" }, ... ]`. Note: the icons used must already be loaded. |
5555
| filter | String | Icons will be filtered by the passed string |
5656
| dense | Boolean | Dense mode |
5757
| tooltips | Boolan | Show tooltips |

0 commit comments

Comments
 (0)