@aw-studio/strapi-plugin-range-slider

1.0.0 • Public • Published

Strapi plugin range-slider

This strapi plugin adds a range slider component to the strapi admin panel. The slider will return a number value within the given range.

npm i @aw-studio/strapi-plugin-range-slider

Strapi plugins config

After installing the package via npm it has to be enabled inside the plugins config of strapi. If it doesn't already exist go into the root/config folder and add a plugins.js or plugins.ts.

export default ({ env }) => ({
  "range-slider": {
    enabled: true,
  },
});

After the config has been updated npm run build in the root directory of your strapi project.

Readme

Keywords

none

Package Sidebar

Install

npm i @aw-studio/strapi-plugin-range-slider

Weekly Downloads

11

Version

1.0.0

License

MIT

Unpacked Size

82.5 kB

Total Files

46

Last publish

Collaborators

  • chrissle
  • jannescb