@kitsuyui/react-editablelabel
v0.1.6
Published
A component that can edit label
Downloads
3
Readme
@kitsuyui/react-editablelabel
A React component that can edit text by clicking. What this means in DOM is usually a span tag, which becomes an input tag when clicked. Other than that, no CSS is applied. CSS reset / decoration must be done by the user.
Demo
Storybook: https://react-playground.docs.kitsuyui.com/storybook/
Installation
npm
npm install @kitsuyui/react-editablelabel
yarn
yarn add @kitsuyui/react-editablelabel
pnpm
pnpm add @kitsuyui/react-editablelabel
License
MIT