Skip to content

Chip 标签片

标签片组件,可选中、可关闭、支持图标+文本。

基础用法

vue
<template>
  <parrot-chip text="Vue" />
  <parrot-chip text="React" selected />
  <parrot-chip text="Angular" icon="🅰" />
</template>

可关闭

vue
<parrot-chip text="可关闭" closeable @close="handleClose" />

API

Props

属性类型默认值说明
textstring''文本
iconstring''图标
closeablebooleanfalse可关闭
selectedbooleanfalse选中
disabledbooleanfalse禁用

Released under the MIT License.