Closed iamclaytonray closed 3 weeks ago
At least for react, you can also use the provided patterns by Panda CSS
https://panda-css.com/docs/concepts/patterns
If you set jsxFramework: 'react'
it feels exactly like in Chakra UI with
import { Box, HStack } from "styled-system/jsx";
<Box ml={"auto"}>
<HStack w={"full"}>[...]</HStack>
</Box>
Coming from Chakra UI, layout components such as Stack and Flex are super helpful. I know these are not strictly UI but they are really helpful, and would help Park UI feel a little more complete :)