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

0.1.0-alpha.2 • Public • Published

@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>

Package Sidebar

Install

npm i @bianic-ui/editable

Weekly Downloads

1

Version

0.1.0-alpha.2

License

MIT

Unpacked Size

110 kB

Total Files

19

Last publish

Collaborators

  • ilmimris