import './demo17.css'; import PropTypes from 'prop-types'; import React from 'react'; import ReactDOM from 'react-dom'; import Slider from '..'; const pages = [ 1, 2, 3, 4 ]; function Inner({ children, ...others }) { // Note that to transparently pass other attributes to the lower node, the Slider needs to perform the element's clone operation. return