Skip to Content
文档

图标

用于显示 SVG 图标

SourceStorybook

用法

¥Usage

import { Icon } from "@chakra-ui/react"
<Icon />
warning

Chakra 不提供任何开箱即用的图标。使用流行的图标库,例如 react-iconslucide-react

¥Chakra doesn't provide any icons out of the box. Use popular icon libraries like react-icons or lucide-react

示例

¥Examples

React 图标

¥React Icons

与流行的 React 图标库(如 react-icons)集成

¥Integrate with popular react icon libraries like react-icons

自定义 SVG

¥Custom svg

使用 asChild 属性在 Icon 组件中渲染自定义 SVG 图标。

¥Use the asChild prop to render custom svg icons within the Icon component

创建图标

¥Create Icon

使用 createIcon 实用程序创建自定义图标

¥Use the createIcon utility to create custom icons

Previous

数据列表

Next

二维码