@chakra-xui/editable
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@chakra-xui/editable

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.

Installation

yarn add @chakra-xui/editable

# or

npm i @chakra-xui/editable

Import component

import { Editable, EditableInput, EditablePreview } from "@chakra-xui/react"

Usage

<Editable defaultValue="Take some chakra">
  <EditablePreview />
  <EditableInput />
</Editable>

Package Sidebar

Install

npm i @chakra-xui/editable

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

82.8 kB

Total Files

18

Last publish

Collaborators

  • meabed