New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vk-editor

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vk-editor

React Toast Popup is a simple and customizable toast notification component for React applications.

  • 2.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

vk-editor

Write a blog using vk-editor

Installation

  npm install --save vk-editor

Alt Text

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

  • @vivekmethew

Hi, I'm Vivek Methew! 👋

YouTube Channel

SUBSCRIBE to our YouTube channel!

  • @vivek dev

    Don't forget to like and comment on our videos to let us know what you think!

Keywords

FAQs

Package last updated on 12 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc