1.2.5 • Published 3 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
3 years ago
1.2.4
3 years ago
1.2.3
3 years ago
1.2.2
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.9
3 years ago
1.1.8
3 years ago
1.1.7
3 years ago
1.1.6
3 years ago
1.1.5
3 years ago
1.1.4
3 years ago
1.1.3
3 years ago
1.1.2
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.9
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