You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ant-design-vue/components/badge/demo/ribbon.vue

23 lines
282 B

<docs>
---
order: 9
title:
zh-CN: 缎带
en-US: Ribbon
---
## zh-CN
使用缎带型的徽标
## en-US
Use ribbon badge.
</docs>
<template>
<a-badge-ribbon text="Pushes open the window">
<a-card>And raises the spyglass.</a-card>
</a-badge-ribbon>
</template>