UNPKG

@chakra-ui/layout

Version:

Chakra UI layout components that give you massive speed

17 lines (15 loc) 290 B
'use client' // src/spacer.tsx import { chakra } from "@chakra-ui/system"; var Spacer = chakra("div", { baseStyle: { flex: 1, justifySelf: "stretch", alignSelf: "stretch" } }); Spacer.displayName = "Spacer"; export { Spacer }; //# sourceMappingURL=chunk-BL2ZZSHG.mjs.map