Color picker with eyedropper tool input for Sanity that stores a selected color.
In your Sanity studio folder, run:
sanity install color-picker
Use it in your schema types:
// [...]
{
fields: [
// [...]
{
name: 'color',
title: 'Color',
type: 'colorPicker'
}
]
}
Note that the above only works if you import and use the all:part:@sanity/base/schema-type
part in your schema.
MIT-licensed. See LICENSE.