UNPKG

react-vegas

Version:
14 lines (13 loc) 570 B
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime"; const VegasTimer = ({ currentOrderIndex, totalSlides })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)("div", { style: { position: "absolute", top: 0, left: 0, height: "3px", background: "#fff", width: totalSlides > 1 ? `${currentOrderIndex / (totalSlides - 1) * 100}%` : "100%", transition: "width 0.5s linear" } }); export { VegasTimer };