prmbr-image-mksaas/content/docs/mdx/callout.zh.mdx
javayhu fe04a2973e feat: add new documentation files for zh locale
- Introduced multiple new MDX files covering various topics including comparisons, customization, internationalization, manual installation, markdown usage, and component documentation.
- Enhanced the overall structure and organization of the documentation to improve user experience and accessibility.
- Added a meta JSON file to define the documentation structure and navigation.
- Implemented new layout files for different document types, improving the flexibility of the documentation framework.
2025-04-01 00:38:07 +08:00

25 lines
409 B
Plaintext

---
title: 提示框
description: 在文档中添加提示框
preview: callout
---
## 使用方法
将其添加到您的 MDX 组件中。
```tsx
import { Callout } from 'fumadocs-ui/components/callout';
<MDX
components={{
Callout,
}}
/>;
```
有关用法,请参见 [Markdown](/docs/markdown#callouts)。
### 参考
{/* <AutoTypeTable path="./content/docs/props.ts" name="CalloutProps" /> */}