Skip to content

Instantly share code, notes, and snippets.

/* eslint no-restricted-globals: 0, react/no-did-mount-set-state: 0 */
import PropTypes from 'prop-types'
import React from 'react'
import styled, { css } from 'styled-components'
import Swipeable from 'react-swipeable'
// lodash
import get from 'lodash.get'
import throttle from 'lodash.throttle'