UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

15 lines (12 loc) 252 B
"use strict"; "use client"; import { chakra } from '../../styled-system/factory.js'; const Spacer = chakra("div", { base: { flex: 1, justifySelf: "stretch", alignSelf: "stretch" } }); Spacer.displayName = "Spacer"; export { Spacer };