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

v-range-component

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v-range-component

Vue Range Slider component

  • 1.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15
decreased by-16.67%
Maintainers
1
Weekly downloads
 
Created
Source

vRange Component

demo image

Ussage

1. Install

npm i v-range-component

2.Just import module into your component.

Build in styles are not required, but without any styling component will not work as expected.

    import VRangeComponent from 'v-range-component'
    import 'v-range-component/dist/styles.css'

Avaible options:

PropTypeDefaultDescription
valueArray[0, 100]Provides initial values
labelArray["from", "to"]Labels for min,max values
unitString'PLN'Unit display at input fields
rangeArray[0, 100]Min-max slider values
stepNumber1Number of steps between min-max values
showStepsBooleanfalseThat option generates div for each step that may be used for show track step points
showInputsBooleantrueShow input fields
stepsArrayArray[]Steps values. As default will generate array from 'step' and max range value
lazyNumber500Delay (ms) before emit value by component after change
logarithmicBooleanfalseMakes values growth logarithmic

Keywords

FAQs

Package last updated on 27 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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