Launch Week Day 3: Introducing Organization Notifications in Socket.Learn More
Socket
Book a DemoSign in
Socket

editor-preview

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

editor-preview

A React markdown editor with live preview using marked.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

editor-preview

A lightweight React markdown editor with live preview using marked.

✨ Features

  • Markdown input box
  • Live HTML preview
  • Custom styling via props
  • Lightweight & React-based
  • No external CSS by default

🚀 Installation

npm install editor-preview

🔧 Usage

import MarkdownEditor from "editor-preview";

export default function App() {
  return <MarkdownEditor placeholder="Write your markdown here..." />;
}

📦 Future Ideas

  • Dark mode toggle
  • Theming support
  • Toolbar buttons
  • Export markdown / localStorage

Keywords

markdown

FAQs

Package last updated on 21 Jul 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