1.2.5 • Published 4 years ago
rte-draft-js-react v1.2.5
rte-draft-js
import { RteDraftjsComponent } from "rte-draft-js-react";
export default function App () {
return <RteDraftjsComponent
html={`<p>hello world</p>`}
placeholder={'Enter your content here...'}
height={"440px"}
showPreviewButton={true}
imageUploaderUrl={'http://localhost:3000'}
viewHtmlButton={true}
handlerOnChange={(value) => {console.log(value)}}
/>
}- @param {html} - custom html
- @param {placeholder} - dummy text
- @param {height} - height of editor
- @param {showPreviewButton} - toggle preview button view
- @param {imageUploaderUrl} - bucket url to upload image
- @param {viewHtmlButton} - toggle html button view
- @param {handlerOnChange} - returns html value
1.2.5
4 years ago
1.2.4
4 years ago
1.2.3
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.2.0
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
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