Skip to content

HYR/kirby-color

This branch is up to date with TimOetting/kirby-color:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Tim Ötting
Nov 25, 2020
20e47c3 · Nov 25, 2020

History

26 Commits
Nov 19, 2020
Nov 25, 2020
Sep 23, 2018
Sep 23, 2018
Sep 23, 2018
Nov 19, 2020
Nov 19, 2020
Nov 25, 2020
Nov 25, 2020
Nov 25, 2020
Nov 19, 2020
Sep 23, 2018
Jul 19, 2019
Jul 19, 2019
Sep 23, 2018

Repository files navigation

Kirby Color

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"

About

Color picker field for Kirby 3

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 79.8%
  • PHP 15.9%
  • JavaScript 4.3%