<template>
<c-input state-src="state://basic" />
<c-label state-src="state://basic" />
</template>
<script setup>
</script>
<template>
<c-input state-src="state://basic" />
<c-label state-src="state://basic" />
<div>
<c-link
state-src="state://basic"
state-to="Set Value"
>
[ Set Value ]
</c-link>
</div>
</template>
<script setup>
</script>