You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ws fe72798501
update
3 months ago
..
admin update 3 months ago
server update 3 months ago
.eslintignore update 3 months ago
.eslintrc update 3 months ago
.npmignore update 3 months ago
LICENSE update 3 months ago
README.md update 3 months ago
color-picker.png update 3 months ago
jest.config.front.js update 3 months ago
package.json update 3 months ago
rollup.config.mjs update 3 months ago

README.md

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:

# 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:

# 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