EditableText is used for inline renaming of some text. It appears as normal UI
text but transforms into a text input field when the user clicks or focuses on
it.
```sh
yarn add @chakra-ui/editable
npm i @chakra-ui/editable
```
```js
import { Editable, EditableInput, EditablePreview } from "@chakra-ui/react"
```
```jsx