[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]dist/2025-12-03 11:11 -  
[   ]LICENSE2025-12-03 11:11 2.9K 
[TXT]README.md2025-12-03 11:11 552 38d15e7 removed strapi.query from api controllers to repair migration on dev server? [كارل مبارك]
[   ]package.json2025-12-03 11:11 2.9K 
# Strapi plugin Color Picker

A Strapi-maintained color picker custom field.

## Installation

To install this plugin, you need to add an NPM dependency to your Strapi application:

```sh
# Using Yarn
yarn add @strapi/plugin-color-picker

# Or using NPM
npm install @strapi/plugin-color-picker
```

Then, you'll need to build your admin panel:

```sh
# Using Yarn
yarn build

# Or using NPM
npm run build
```

## Usage

Use saturation and hue sliders to select a color and save the value as a HEX string

![color picker screenshot](./color-picker.png)