1.2.7 • Published 6 years ago
react-editable-and-draggable-text-2 v1.2.7
React Editable Text
This library is built as a complement to DNS Container. A library that allows you to add images and drag and scale content
Install
npm install --save react-editable-text
# or
yarn add react-editable-text
# peer dependencies (install these separately)
# "@material-ui/core": "^4.6.1"
# "clsx": "^1.0.4",
# "image-drag-and-scale": "^1.1.5-beta.0"
Usage
import React from "react";
import "./App.css";
import Text from "./Text/text";
function App() {
let texts = { id: "unique-1" };
const textRef = React.useRef();
return (
<div className="App">
<Text textData={texts} onUpdate={() => {}} ref={textRef} />
</div>
);
}
export default App;
Version Update
v1.1.3
First release. If you find issues, please post an issue on the github
License
MIT © lgdelacruz92
1.2.7
6 years ago
1.2.6
6 years ago
1.2.5
6 years ago
1.2.4
6 years ago
1.2.3
6 years ago
1.2.2
6 years ago
1.2.1
6 years ago
1.2.0
6 years ago
1.1.9
6 years ago
1.1.8
6 years ago
1.1.7
6 years ago
1.1.6
6 years ago
1.1.5
6 years ago
1.1.4
6 years ago
1.1.3
6 years ago
1.1.2
6 years ago
1.1.1
6 years ago
1.1.0
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago