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.
|
|
3 months ago | |
|---|---|---|
| .. | ||
| admin | 3 months ago | |
| server | 3 months ago | |
| .eslintignore | 3 months ago | |
| .eslintrc | 3 months ago | |
| .npmignore | 3 months ago | |
| LICENSE | 3 months ago | |
| README.md | 3 months ago | |
| color-picker.png | 3 months ago | |
| jest.config.front.js | 3 months ago | |
| package.json | 3 months ago | |
| rollup.config.mjs | 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
