Text with Divider in ChakraUI
I am using ChakraUI for one of my projects and I want to add a Text with Divider like this: In ChakraUI, I could do this: and code: <Flex alignItems={"center"}> <Heading as="h4" size="lg"> About the Department </Heading> <Divider border="4px" borderRadius={"2xl"} /> </Flex> but I want to show the text in one line. Although I could… Read More Text with Divider in ChakraUI