import React from 'react'; import Slider from 'react-input-slider'; function App() { const [state, setState] = useState({ x: 10, ...
確定! 回上一頁