Layout, width and height#. import { Box } from "@chakra-ui/react". // verbose. <Box width="100%" height={32} />. // shorthand. <Box w="100%" h="32px" />.
確定! 回上一頁