mirror of
https://github.com/strapi/strapi.git
synced 2025-12-02 01:52:21 +00:00
chore: add snapshots chore: update to 1.7.0 chore: fix tests chore: fix hp & upload tests chore: fix admin tests chore: fix user-permissions FE test chore: update snapshots and helper-plugin fix: multi-select chore: bump to 1.7.1 chore: bump to 1.7.2 chore: update snapshots fix: broken test chore: update snapshots
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
