3.0.0 • Published 6 years ago

netlify-cms-widget-native-color v3.0.0

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

netlify-cms-widget-native-color

Native Color widget for Netlify CMS.

Install and Usage

As an npm package:

npm install netlify-cms-widget-native-color
import CMS from 'netlify-cms'
import * as NativeColorWidget from 'netlify-cms-widget-native-color'
CMS.registerWidget('native-color', NativeColorWidget.Control)

Add to your config.yml:

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

Example

see public directory

3.0.0

6 years ago

2.2.1

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.2

6 years ago

0.1.1

6 years ago

0.1.1-alpha.1

6 years ago

0.1.1-alpha.0

6 years ago

0.1.0

6 years ago