Data コンポーネントは Stateオブジェクトを表示できます。
<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>