You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@strapi/plugin-color-picker

Package Overview
Dependencies
Maintainers
8
Versions
1674
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@strapi/plugin-color-picker

Strapi maintained Custom Fields

5.18.1
latest
Source
npmnpm
Version published
Weekly downloads
13K
14.23%
Maintainers
8
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 16 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts