--- title: 组件 author: pengzhanbo icon: radix-icons:component-2 createTime: 2024/03/06 09:42:42 permalink: /guide/features/component/ --- ## 概述 主题提供了一些具有通用性的组件,可以在任何地方使用。 ## `` 标签,用于在页面中增加一些提示信息。 ### Props - `type` - 类型: `'info' | 'tip' | 'warning' | 'danger'` - 默认值:`'tip'` - `text` - 类型:`string` - 默认值:`''` **输入:** ```md - VuePress - - VuePress - - VuePress - - VuePress - ``` **输出:** - VuePress - - VuePress - - VuePress - - VuePress - ## `` 支持 iconify 所有图标,支持通过 icon name 加载图标。 可在 [iconify search](https://icon-sets.iconify.design/) 搜索图标使用。 ### Props - `name` - 类型:`string` - 默认值:`''` - `color` - 类型:`string` - 默认值:`'currentColor'` - `size` - 类型:`string` - 默认值:`'1em'` **输入:** ```md - home - - vscode - - twitter - ``` **输出:** - home - - vscode - - twitter -