Skip to content

CopyButton 复制按钮组件

复制按钮组件,一键复制、成功提示。

基础用法

vue
<template>
  <parrot-copy-button />
</template>

API

Props

属性类型默认值说明
textstring''要复制的文本
successTextstring'已复制'成功提示文字
sizestring'md'尺寸

Slots

插槽说明
default默认内容

Released under the MIT License.