@codeparticle/strapi-plugin-color-picker
v4.9.11
Published
Strapi maintained Custom Fields
Readme
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 @codeparticle/strapi-plugin-color-picker
# Or using NPM
npm install @codeparticle/strapi-plugin-color-pickerThen, you'll need to build your admin panel:
# Using Yarn
yarn build
# Or using NPM
npm run buildUsage
Use saturation and hue sliders to select a color and save the value as a HEX string

