0.1.2 • Published 1 year ago

@sanity-visx/studio v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

sanity-plugin-visx

This is a Sanity Studio v3 plugin.

Installation

npm install sanity-plugin-visx

Usage

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

import {defineConfig} from 'sanity'
import {visxCharts} from 'sanity-plugin-visx'

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

License

MIT © dvmonroe

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.