State

How it works

Basic usage

vue
<template>
  <c-input state-src="state://basic" />
  <c-label state-src="state://basic" />
</template>

<script setup>

</script> 

Action link

vue
<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> 

Customize