naive-ui/demo/documentation/components/badge/enUS/custom-content.demo.md

12 lines
217 B
Markdown
Raw Normal View History

2020-02-04 13:02:09 +08:00
# Custom Content
2020-01-27 18:03:10 +08:00
Insert some custom content in it.
2019-10-09 17:38:08 +08:00
```html
2020-10-21 17:10:23 +08:00
<n-space :size="24" align="center">
<n-badge value="new">
<n-avatar />
</n-badge>
<n-badge value="hot">
<n-avatar />
</n-badge>
</n-space>
2019-10-09 17:38:08 +08:00
```