Quasar App Extension color-scheme
===

Generate nice, pretty color schemes for your Quasar project.

[Demo page](https://quasar-colors.github.io)

# Install

## 1. Install Quasar App Extension

```bash
quasar ext add color-scheme
```
Quasar CLI will retrieve it from the NPM registry and install the extension to your project.

## 2. Add the component to your app

```html
<q-btn-dropdown
  unelevated
  label="Set colors"
>
  <q-card>
    <q-card-section>
      <q-color-scheme />
    </q-card-section>
  </q-card>
</q-btn-dropdown>
```

# Uninstall

## 1. Remove the component

## 2. Uninstall Quasar App Extension

```bash
quasar ext remove color-scheme
```
