// Define styles const smallStyles = { container: { backgroundColor: 'white', fontFamily: 'Helvetica', //height: "150px", width: '95%', margin: 0, padding: 0, }, bucketRow: { width: '100%', height: "30px", margin: 0, position: 'relative' }, slipRow: { width: '100%', height: "25px", margin: 0, position: 'relative', marginBottom: '10px', }, slip: { marginTop: '2%', padding:0, background: "white", border: "1px solid grey", justifyContent: "center", alignItems: "center", color: 'black', } }; // Create class class SmallShellGame extends React.Component { constructor(props) { super(props); // Bind Functions } getBuckets() { const buckets = Array.from({length: this.props.payoffs.length}); let width = (90 / buckets.length)// Same for all shells return (
{/*