import { Component } from 'react'; import React from 'react'; import './ImageScrollbar.css'; import PropTypes from 'prop-types'; class ImageScrollbar extends Component { constructor(props) { super(props); this.onChange = this.onChange.bind(this); } render() { this.style = { width: `${this.props.height}` }; return (