Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 421 Bytes

File metadata and controls

32 lines (24 loc) · 421 Bytes

sanity-plugin-widgetkit

Installation

npm install --save sanity-plugin-widgetkit

or

yarn add sanity-plugin-widgetkit

Usage

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

 import {createConfig} from 'sanity'
 import {myPlugin} from 'sanity-plugin-widgetkit'

 export const createConfig({
     /...
     plugins: [
         myPlugin({})
     ]
 })

License

MIT © Kevin See LICENSE