UNPKG

component-slider

Version:

used to show react components in carousal format

3 lines 101 B
// Action constants export const ADD_IMAGE = 'ADD_IMAGE'; export const REMOVE_IMAGE = 'REMOVE_IMAGE';