EditableAn input that can be edited inline and committed with keyboard or pointer controls.alphaView sourceEdit ...vuevue<script setup lang="ts"> import { Editable } from '@typlog/ui' </script> <template> <div class="flex"> <Editable placeholder="Edit ..." /> </div> </template>Show code Last updated Aug 20, 2026ComboboxTabs