slider:React Native和React Native Web兼容滑块 源码
React本机滑块 这个轻量级的滑块与React-Native和React-Native-Web完全兼容。 它还支持“范围”滑块(有2个拇指)。 与@ react-native-community / slider相同的API (当然还有更多功能!) 轻的 范围滑块,用于带有最小值和最大值的滑块 支持React-Native-Web 没有额外的依赖! 安装 npm i -S @sharcoux/slider 用法 滑杆 您可以在下面看到可用道具及其各自的默认值 import { Slider } from '@sharcoux/slider' < Slider value = { 0 } // set the current slider's value minimumValue = { 0 }
文件列表
slider-master.zip
(预估有个71文件)
slider-master
metro.config.js
295B
.env
21B
.gitattributes
16B
index.tsx
3KB
LICENSE.txt
734B
.eslintrc.js
845B
webpack.config.js
1KB
slider.gif
72KB
src
暂无评论