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>