Editable Text

Inline editable text with animated border reveal, shimmer effect, and smooth save/cancel controls.

Click me to edit
Hover to see the shimmer, click to edit, Enter to save, Escape to cancel.
Author:
Small inline text

Installation

npx shadcn@latest add https://wise-ui.com/r/editable-text.json

Props

PropTypeDefaultDescription
valuestringThe controlled text value.
onChange(value: string) => voidCallback fired when the user saves edited text.
classNamestringAdditional CSS classes applied to the wrapper. Font styles are inherited by the input.
placeholderstring"Click to edit..."Placeholder shown when value is empty.