Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-range-slider-pips

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-range-slider-pips - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

2

package.json

@@ -40,3 +40,3 @@ {

],
"version": "1.4.0",
"version": "1.5.0",
"description": "Multi-Thumb, Accessible, Beautiful Range Slider with Pips",

@@ -43,0 +43,0 @@ "repository": "https://github.com/simeydotme/svelte-range-slider-pips",

@@ -14,2 +14,16 @@

## features
- ✨ fully customisable
- ✨ fully stylable
- ✨ fully accessible (with aria)
- 👍🏽 multi-thumb
- 🎚 range (min/max)
- 🏷 floating labels
- 📏 ruler notches
- 🏷 labels for notches
- 🧮 step function
- 🖍 formatter
- 🎭 animated
## install

@@ -77,2 +91,3 @@

**range** | `Boolean`/`String` | `false` | Whether to style as a range picker. Use `range='min'` or `range='max'` for min/max variants
**pushy** | `Boolean` | `false` | If `range` is `true`, then this boolean decides if one handle will push the other along
**float** | `Boolean` | `false` | Set true to add a floating label above focussed handles

@@ -94,12 +109,10 @@ **vertical** | `Boolean` | `false` | Make the slider render vertically

## contribue
## contribute
I am very happy to accept;
- 🌟 suggestions/requests for new features or changes with examples of how they would be useful
- 🌟 suggestions/requests for new features or changes
- 🛠 pull-requests for bug fixes, or issue resolution
- 🧪 help with creating a proper test-suite
**When making changes/edits to the code you should use the `/test/` folder** and check the [README.md](test/README.md) in there
to help with testing all the functionality. I don't have real tests set up, and would appreciate anyone's
help who knows how to accomplish that.
[Read the CONTRIBUTING.md](./CONTRIBUTING.md)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc