kintone-vue-component logo kintone-vue-component

k-spinner コンポーネントはローディング中にユーザーが画面を触れないようにするために使用されます。

デモ

使い方

<template>
  <k-spinner :visible="true" />
</template>

Attribute

Name Description Type Required
type スピナーの種類を指定.
・normal
・ring
デフォルト値: ‘normal’
String No
visible スピナーを表示するかどうか.
デフォルト値: true
Boolean No

Event

なし