@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
19 lines (15 loc) • 340 B
JavaScript
var factory = require('../../styled-system/factory.cjs');
const LoaderOverlay = factory.chakra("div", {
base: {
pos: "absolute",
inset: "0",
display: "flex",
alignItems: "center",
justifyContent: "center",
boxSize: "full",
gap: "2"
}
});
exports.LoaderOverlay = LoaderOverlay;
;
;