react-images
Version:
A mobile-friendly, highly customizable, carousel component for displaying media in ReactJS
19 lines (17 loc) • 426 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
/**
* 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.
*/
var componentBaseClassNames = {
Header: 'header',
Footer: 'footer',
View: 'view',
Track: 'track',
Positioner: 'positioner'
};
exports.default = componentBaseClassNames;