import react from 'react'; import Slider from 'react-smooth-range-input'; export default () => <Slider value={1} min={1} max={30} />; ...
確定! 回上一頁