React component used to build inline-editable components
npm install @hakuna-matata-ui/editableEditableText 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 @hakuna-matata-ui/editable
npm i @hakuna-matata-ui/editable
`
`js`
import {
Editable,
EditableInput,
EditablePreview,
} from "@hakuna-matata-ui/react"
`jsx``