1.0.3 • Published 2 days ago

@frontvibe/sanity-plugin-range-slider v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 days ago

@frontvibe/sanity-plugin-range-slider

This is a Sanity Studio v3 plugin.

Installation

npm install @frontvibe/sanity-plugin-range-slider

Usage

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

import {defineConfig} from 'sanity'
import {myPlugin} from '@frontvibe/sanity-plugin-range-slider'

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

License

MIT © Le Studio Frontvibe

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.

1.0.3

2 days ago

1.0.2

8 days ago

1.0.1

18 days ago

1.0.0

2 months ago

0.1.0

2 months ago