timoetting/kirby-color

Kirby-Color is a color picker plugin for Kirby CMS v3.

Fund package maintenance!
paypal.me/TimOetting/10

Installs: 16 158

Dependents: 0

Suggesters: 0

Security: 0

Stars: 46

Watchers: 3

Forks: 8

Open Issues: 22

Language:Vue

Type:plugin


README

Kirby-Color is a color picker plugin for Kirby CMS v3.

Kirby Color Screenshot

Installation

Git

From the root of your kirby project:

git clone https://github.com/TimOetting/kirby-color.git site/plugins/kirby-color

Composer

composer require timoetting/kirby-color

Direct Download

Alternatively you can download the zip file, unzip it's contents into site/plugins/kirby-color.

Example Blueprint Field Entry

fields:
...
  color:
    type: color
    editableAlpha: true # (optional) if set to false, alpha value controls are not displayed
    default: "#EFCB69" # (optional)
    presets: # (optional)
      - "#EB6896"
      - "#C36894"
      - "#836890"
      - "#46698D"
      - "#0F6A8B"