Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想不出我们如何使 Chakra 组件内联。阅读文档,但无法确定正确的属性,或者这是否是 css 类的东西。
<Text> Hello World, </Text> <Text> place me next to the Text above! </Text>
您可以为此使用 Flex
<Flex> <Text> Hello World, </Text> <Text> place me next to the Text above! </Text> </Flex>