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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    1
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i sanity-plugin-widgetkit

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

9.19 kB

Total Files

13

Last publish

Collaborators

  • productlabs