halo-render/doc/tips.md

28 lines
242 B
Markdown
Raw 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组件
使用`tips:[type]`来启用type支持`info`, `success`, `danger`, `warn`四种类型
```
tips:info
Here is success
---
tips:success
Here is success
---
tips:danger
Here is danger
---
tips:warn
Here is Warning
```