Gathering detailed insights and metrics for @chakra-ui/slider
Gathering detailed insights and metrics for @chakra-ui/slider
Gathering detailed insights and metrics for @chakra-ui/slider
Gathering detailed insights and metrics for @chakra-ui/slider
Chakra UI is a component system for building products with speed ⚡️
npm install @chakra-ui/slider
Typescript
Module System
Node Version
NPM Version
91.1
Supply Chain
83.4
Quality
77.6
Maintenance
100
Vulnerability
99.3
License
@chakra-ui/react@3.6.0
Published on 02 Feb 2025
@chakra-ui/panda-preset@3.6.0
Published on 02 Feb 2025
@chakra-ui/cli@3.6.0
Published on 02 Feb 2025
@chakra-ui/react@3.5.1
Published on 24 Jan 2025
@chakra-ui/panda-preset@3.5.1
Published on 24 Jan 2025
@chakra-ui/cli@3.5.1
Published on 24 Jan 2025
TypeScript (82.8%)
MDX (16.39%)
JavaScript (0.66%)
CSS (0.08%)
HTML (0.07%)
Total Downloads
73,737,776
Last Day
79,580
Last Week
346,879
Last Month
1,577,329
Last Year
26,142,967
38,423 Stars
10,430 Commits
3,346 Forks
202 Watching
17 Branches
677 Contributors
Minified
Minified + Gzipped
Latest Version
2.1.0
Package Id
@chakra-ui/slider@2.1.0
Unpacked Size
501.48 kB
Size
103.33 kB
File Count
45
NPM Version
9.5.1
Node Version
18.16.1
Publised On
18 Jul 2023
Cumulative downloads
Total Downloads
Last day
-3%
79,580
Compared to previous day
Last week
-15.7%
346,879
Compared to previous week
Last month
-3.8%
1,577,329
Compared to previous month
Last year
10.2%
26,142,967
Compared to previous year
10
2
The Slider is used to allow users to make selections from a range of values.
Sliders reflect a range of values along a bar, from which users may select a single value. They are ideal for adjusting settings such as volume, brightness, or applying image filters.
1yarn add @chakra-ui/slider 2 3# or 4 5npm i @chakra-ui/slider
1import { 2 Slider, 3 SliderTrack, 4 SliderFilledTrack, 5 SliderThumb, 6} from "@chakra-ui/react"
1<Slider defaultValue={30}> 2 <SliderTrack> 3 <SliderFilledTrack /> 4 </SliderTrack> 5 <SliderThumb /> 6</Slider>
1<Slider colorScheme="pink" defaultValue={30}> 2 <SliderTrack> 3 <SliderFilledTrack /> 4 </SliderTrack> 5 <SliderThumb /> 6</Slider>
Slider component was designed to be composed to make it easy for you to customize its styles.
1<Slider defaultValue={30}> 2 <SliderTrack bg="red.100"> 3 <SliderFilledTrack bg="tomato" /> 4 </SliderTrack> 5 <SliderThumb size={6}> 6 <Box color="tomato" as={MdGraphicEq} /> 7 </SliderThumb> 8</Slider>
No vulnerabilities found.
Reason
30 commit(s) and 13 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
5 existing vulnerabilities detected
Details
Reason
Found 7/21 approved changesets -- score normalized to 3
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More@zag-js/slider
Core logic for the slider widget implemented as a state machine
@zag-js/range-slider
Core logic for the range-slider widget implemented as a state machine
@pixium-digital/chakra-slider
A simple React and Chakra UI slider to be used effortlessly.
@zag-js/angle-slider
Core logic for the angle-slider widget implemented as a state machine