@frontvibe/sanity-color-picker
v1.0.9
Published
> This is a **Sanity Studio v3** plugin.
Downloads
687
Readme
This is a Sanity Studio v3 plugin.
Installation
npm install @frontvibe/sanity-color-picker
yarn add @frontvibe/sanity-color-picker
pnpm install @frontvibe/sanity-color-picker
Usage
Add it as a plugin in sanity.config.ts
(or .js):
import {defineConfig} from 'sanity'
import {colorPicker} from '@frontvibe/sanity-color-picker'
export default defineConfig({
//...
plugins: [colorPicker()],
})
License
MIT © Le Studio Frontvibe
Develop & test
This plugin uses @sanity/plugin-kit with default configuration for build & watch scripts.
See Testing a plugin in Sanity Studio on how to run this plugin with hotreload in the studio.