Editable

An input that can be edited inline and committed with keyboard or pointer controls.
Edit ...
vue
vue
<script setup lang="ts">
import { Editable } from '@typlog/ui'
</script>

<template>
  <div class="flex">
    <Editable placeholder="Edit ..." />
  </div>
</template>
Last updated Aug 20, 2026