1.0.3 • Published 6 months ago

sanity-plugin-color-picker-v3 v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Sanity color picker plugin v3 · GitHub license npm version Build

This is a Sanity Studio v3 plugin.

Based on the v2 sanity-plugin-color-picker.

Installation

npm install sanity-plugin-color-picker-v3

Usage

Add it as a plugin in sanity.config.ts (or .js):

import {defineConfig} from 'sanity'
import {colorPickerPlugin} from 'sanity-plugin-color-picker-v3'

export default defineConfig({
  //...
  plugins: [colorPickerPlugin()],
})

License

MIT

1.0.3

6 months ago

1.0.2

7 months ago

1.0.1

7 months ago