Skip to content

Label 标签文本

表单标签组件,支持必填标记、冒号、自定义宽度。

基础用法

vue
<template>
  <parrot-label text="用户名" />
  <parrot-label text="密码" required />
  <parrot-label text="姓名" required colon />
</template>

固定宽度

vue
<parrot-label text="用户名" width="160rpx" colon />

API

Props

属性类型默认值说明
textstring''标签文字
requiredbooleanfalse必填标记
colonbooleanfalse冒号
widthstring''宽度

Released under the MIT License.