halo-render/doc/tips.md

28 lines
242 B
Markdown
Raw Normal View History

2023-12-18 16:59:50 +08:00
# 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
```