-
一个用于React的语义化UI滑块组件:react-semantic-ui-range
资源介绍
React语义用户界面范围
这是语义UI的React Component范围滑块
它基于开发,但是具有其他功能
该项目的演示可以在这里找到: :
原始库使用的是jQuery,所以我更改了使用jQuery的部分以使其与React更兼容。
npm i react-semantic-ui-range
样品用量
import React , { useState } from "react" ;
import { Slider } from "react-semantic-ui-range" ;
import "semantic-ui-css/semantic.min.css" ;
import { Label , Grid , Input } from "semantic-ui-react" ;
const App = props => {
const [ value , setV