Box
- A simplediv
tag with styled system.
import { Box } from "@dreamy-ui/react/rsc";
This is a box
<Box
bg="green.400"
color="black"
fontWeight={500}
p={3}
rounded="l2"
w="250px"
h="100px"
>
This is a box
</Box>
Box
- A simple div
tag with styled system.import { Box } from "@dreamy-ui/react/rsc";
<Box
bg="green.400"
color="black"
fontWeight={500}
p={3}
rounded="l2"
w="250px"
h="100px"
>
This is a box
</Box>