UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

17 lines (14 loc) 303 B
"use strict"; import { chakra } from '../../styled-system/factory.js'; const LoaderOverlay = chakra("div", { base: { pos: "absolute", inset: "0", display: "flex", alignItems: "center", justifyContent: "center", boxSize: "full", gap: "2" } }); export { LoaderOverlay };