timoetting / kirby-color
Kirby-Color is a color picker plugin for Kirby CMS v3.
Fund package maintenance!
paypal.me/TimOetting/10
Installs: 17 333
Dependents: 0
Suggesters: 0
Security: 0
Stars: 46
Watchers: 3
Forks: 8
Open Issues: 22
Language:Vue
Type:plugin
- dev-master
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/qs-and-express-6.11.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/engine.io-and-socket.io-3.6.1
- dev-dependabot/npm_and_yarn/loader-utils-1.4.2
- dev-dependabot/npm_and_yarn/socket.io-parser-3.3.3
- dev-dependabot/npm_and_yarn/shell-quote-1.7.3
- dev-dependabot/npm_and_yarn/cached-path-relative-1.1.0
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/browserify-hmr-0.4.0
- dev-dependabot/npm_and_yarn/acorn-5.7.4
This package is auto-updated.
Last update: 2025-01-10 20:52:55 UTC
README
Kirby-Color is a color picker plugin for Kirby CMS v3.
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"