0.1.0-alpha.2 • Published 4 years ago

@bianic-ui/editable v0.1.0-alpha.2

Weekly downloads
3
License
MIT
Repository
gitlab
Last release
4 years ago

@bianic-ui/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 @bianic-ui/editable

# or

npm i @bianic-ui/editable

Import component

import { Editable, EditableInput, EditablePreview } from "@bianic-ui/core"

Usage

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