vk-editor
v2.0.4
Published
React Toast Popup is a simple and customizable toast notification component for React applications.
Maintainers
Readme
vk-editor
Write a blog using vk-editor
Installation
npm install --save vk-editor
import VkEditor from "vk-editor";
import react, { useRef } from "react";
function BlogEditor() {
const contentEditableRef = useRef(null);
const [content, setContent] = useState("");
return (
<div>
<h1>Editor</h1>
<VkEditor editorRef={contentEditableRef} setContent={setContent} />
</div>
);
}
export default BlogEditor;Features:
- Bold
- Headings - h1, h2, h3, h4, h5, h6
- Italic text
- Underline text
- Image Add
Authors
Hi, I'm Vivek Methew! 👋
YouTube Channel
SUBSCRIBE to our YouTube channel!
Don't forget to like and comment on our videos to let us know what you think!
