0.1.1 • Published 5 months ago

sanity-plugin-nyan-banner v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

sanity-plugin-nyan-banner

This is a Sanity Studio v3 plugin.

Add some whimsy to your day

nyanNavBar

Installation

npm install sanity-plugin-nyan-banner

Usage

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

import { defineConfig } from "sanity"
import { nyanBannerPlugin } from "sanity-plugin-nyan-banner"

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

License

MIT © RC Maples

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.