@stackshift/components-header
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

sanity-plugin-header

This is a Sanity Studio v3 plugin.

Installation

npm install sanity-plugin-header

Usage

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

import {defineConfig} from 'sanity'
import {myPlugin} from 'sanity-plugin-header'

export default defineConfig({
  //...
  plugins: [myPlugin({})],
})

License

MIT © WebriQ

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.

Package Sidebar

Install

npm i @stackshift/components-header

Weekly Downloads

201

Version

0.0.1

License

MIT

Unpacked Size

187 kB

Total Files

13

Last publish

Collaborators

  • webriq