react-vegas
Version:
Vegas.js for React
20 lines (19 loc) • 778 B
JavaScript
import * as __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__ from "react/jsx-runtime";
import * as __WEBPACK_EXTERNAL_MODULE_motion_react_9decfa63__ from "motion/react";
const VegasDefaultBackground = ({ backgroundUrl })=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_runtime_225474f2__.jsx)(__WEBPACK_EXTERNAL_MODULE_motion_react_9decfa63__.motion.div, {
initial: {
opacity: 1
},
style: {
position: "absolute",
top: 0,
left: 0,
width: "100%",
height: "100%",
backgroundImage: `url(${backgroundUrl})`,
backgroundSize: "cover",
backgroundPosition: "center",
zIndex: 0
}
});
export { VegasDefaultBackground };