1.0.5 • Published 4 years ago

react-editable-and-draggable-text v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-editable-and-draggable-text

This component is editable and draggable text

NPM JavaScript Style Guide

Example

Install

npm install --save-dev react-autosize-textarea
npm install --save-dev clsx
npm install --save-dev @material-ui/core
npm install --save react-editable-and-draggable-text

Usage

import React from "react";
import Text from "./Text/text";

function App() {
  const text = {
    id: "unique-id-123",
    text: "Hello World"
  };
  return (
    <div className="App">
      <Text textData={text} />
    </div>
  );
}

export default App;

License

MIT © lgdelacruz92

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago