0.2.0 • Published 1 year ago

@gearbox-built/sanity-autocomplete-address v0.2.0

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

@gearbox-built/sanity-autocomplete-address

This is a Sanity Studio v3 plugin.

Installation

npm install @gearbox-built/sanity-autocomplete-address

Usage

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

import {defineConfig} from 'sanity'
import {myPlugin} from '@gearbox-built/sanity-autocomplete-address'

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

License

MIT © Gearbox Built

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.