mirror of
https://github.com/strapi/strapi.git
synced 2025-07-29 20:10:21 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.3.2 to 6.4.1. - [Release notes](https://github.com/formatjs/formatjs/releases) - [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.3.2...react-intl@6.4.1) --- updated-dependencies: - dependency-name: react-intl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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