Em
用于标记文本以示强调。
该设计系统是一系列 UI 元素
import { Em, Text } from "@chakra-ui/react"
const Demo = () => {
return (
<Text>
The <Em>design system</Em> is a collection of UI elements
</Text>
)
}
用法
import { Em } from "@chakra-ui/react"
<Text>
The <Em>design system</Em> is a collection of UI elements
</Text>