Label

Label コンポーネントは 状態を表示します。

項目

How it works

vue
<template>
  <c-input state-src="api://storage/memory/demo-key-bindless" />
  <c-button
    state-src="api://storage/memory/demo-key-bindless"
    state-action="helper://toggle"
    state-for="api://storage/memory/demo-key-bindless"
  />
  <c-label state-src="api://storage/memory/demo-key-bindless" />
</template>

<script setup>

</script>