UNPKG

hh-ui-components

Version:
6 lines 400 B
import React from "react"; export var CartSideBarProvider = function (props) { return (React.createElement("div", { className: "fixed w-full max-w-full lg:max-w-[507px] 2xl:max-w-[35.208vw] right-0 top-0 bottom-0 z-[99] bg-primary overflow-hidden transition-transform duration-700 tursh " }, props.children)); }; export default CartSideBarProvider; //# sourceMappingURL=CartSideBarProvider.js.map