UNPKG

react-images

Version:

A mobile-friendly, highly customizable, carousel component for displaying media in ReactJS

15 lines (13 loc) 345 B
/** * Used to get the HTML class to select specific components. * We call `className()` in utils with each of these to get the full className, * with prefixes. */ const componentBaseClassNames = { Header: 'header', Footer: 'footer', View: 'view', Track: 'track', Positioner: 'positioner', } export default componentBaseClassNames