Skip to content

Commit 1dec37c

Browse files
committed
chore(app-extension): update readme
1 parent fbc1ae0 commit 1dec37c

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

app-extension/README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
1-
# Quasar App Extension qiconpicker
1+
# Quasar App Extension QIconPicker
22

3-
> Add a short description of your App Extension. What does it do? How is it beneficial? Why would someone want to use it?
3+
The **QIconPicker App Extension** allows you to seamlessly add the [QIconPicker](../ui) component into your Quasar application. It manages the boot file file and all other configuration for you.
44

55
[![npm](https://img.shields.io/npm/v/@quasar/quasar-app-extension-qiconpicker.svg?label=@quasar/quasar-app-extension-qiconpicker)](https://www.npmjs.com/package/quasar-app-extension-qiconpicker)
66
[![npm](https://img.shields.io/npm/dt/@quasar/quasar-app-extension-qiconpicker.svg)](https://www.npmjs.com/package/@quasar/quasar-app-extension-qiconpicker)
77

8+
![QIconPicker](https://raw.githubusercontent.com/quasarframework/quasar-ui-qiconpicker/dev/demo/src/statics/q-icon-picker.png)
9+
810
# Install
911
```bash
1012
quasar ext add @quasar/qiconpicker
1113
```
1214
Quasar CLI will retrieve it from NPM and install the extension.
1315

14-
## Prompts
15-
16-
> If your app extension uses prompts, explain them here, otherwise remove this section.
17-
1816
# Uninstall
1917
```bash
2018
quasar ext remove @quasar/qiconpicker
2119
```
2220

23-
# Info
24-
> Add longer information here that will help the user of your app extension.
25-
26-
# Other Info
27-
> Add other information that's not as important to know
28-
2921
# Donate
3022
If you appreciate the work that went into this App Extension, please consider [donating to Quasar](https://donate.quasar.dev).
3123

0 commit comments

Comments
 (0)