I am planning to work on a tool to help develop the front end using ChakraUI with improved DX. I would like to know what is preferred according to industry standards. What is best for production apps?
Do you prefer Chakra UI or Chakra UI + Tailwind CSS? Do you use any other library for styling the components while using ChakraUI? How do you write CSS in Chakra?
Would you happen to know if you use the properties below?: <Box as='button' borderRadius='md' bg='tomato' color='white' px={4} h={8}> Button </Box>
Any other related details for code samples would be +. Thanks
0