halo-render/doc/tips.md

24 lines
402 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🧩 Tips组件
<p align="center">
<img src="assets/tips.png" style="max-width: 400px; margin: auto;">
</p>
Tips为用户提供了多彩的提示组件支持五种类型`default`、`danger`、`success`、`warn`、`info`。
同时内容支持渲染HTML内容。
## 🖊️ 语法
```markdown
tips:<type>
<content>
```
## 📄 示例
```markdown
tips:danger
This is a Danger type tips
```