sanity-plugin-widgetkit
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

/sanity-plugin-widgetkit/

    Package Sidebar

    Install

    npm i sanity-plugin-widgetkit

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    9.19 kB

    Total Files

    13

    Last publish

    Collaborators

    • productlabs