3.0.1 • Published 6 years ago

netlify-cms-widget-color v3.0.1

Weekly downloads
206
License
MIT
Repository
github
Last release
6 years ago

netlify-cms-widget-color

Remembering all the world's code values for colors is hard. Now you don't have to. Install the color widget so you can make an easy job of things like changing your font color, directly in the editor UI.

Install and Usage

As an npm package:

npm install netlify-cms-widget-color @pake/react-color
import CMS from "netlify-cms";
import * as ColorWidget from "netlify-cms-widget-color";
CMS.registerWidget("color", ColorWidget.Control);

Add to your config.yml:

    fields:
      - name: <fieldname>
        label: <fieldlabel>
        widget: color

Example

see public directory

3.0.1

6 years ago

3.0.0

6 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago