kintone-vue-component logo kintone-vue-component

k-label コンポーネントはラベルとして使用されます。

デモ

使い方

<template>
  <k-label text="必須ラベル" required />
</template>

Attribute

Name Description Type Required
required ラベルに required マークをつけるかどうか.
デフォルト値: false
Boolean No
text ラベル文字列.
デフォルト値: ‘’
String No
textColor ラベル文字列の色.
デフォルト値: ‘’
String No
backgroundColor ラベル文字列の背景色.
デフォルト値: ‘’
String No

Event

なし