1.0.10 • Published 3 years ago

react-url-texteditor v1.0.10

Weekly downloads
20
License
ISC
Repository
github
Last release
3 years ago

React Text Editor to format every url in text to a link

Install

npm i react-url-texteditor or /
yarn add react-url-texteditor

Import

import URLTextEditor from "react-url-texteditor";

How to Use

<URLTextEditor
	inlineStyle={{ width: "50%" }}
	onChangeText={(plain_text) => console.log(plain_text)}
	onChangeHtml={(with_tag) => console.log(with_tag)}
/>
  • onChangeText: to get callback plain text value
  • onChangeHtml: to get callback html format with 'a' tag
  • inlineStyle: customize your texteditor style

Demo

Go to demo

currently support for http only
1.0.9

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago