Skip to content

Caption 说明文字

说明文字组件,固定 22rpx,支持 4 种颜色类型。

基础用法

vue
<template>
  <parrot-caption text="说明文字" />
  <parrot-caption type="primary">主要说明</parrot-caption>
  <parrot-caption type="warning">警告说明</parrot-caption>
</template>

API

Props

属性类型默认值说明
textstring''文字内容
typestring'default'颜色类型

Released under the MIT License.