Socket
Book a DemoInstallSign in
Socket

@remirror/extension-react-component

Package Overview
Dependencies
Maintainers
2
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/extension-react-component

Create prosemirror node views from your react components

latest
Source
npmnpm
Version
3.0.3
Version published
Weekly downloads
48K
11.09%
Maintainers
2
Weekly downloads
 
Created
Source

@remirror/extension-react-component

Create prosemirror node views from your react components

Version Weekly Downloads Bundled size Typed Codebase MIT License

Installation

# yarn
yarn add @remirror/extension-react-component

# pnpm
pnpm add @remirror/extension-react-component

# npm
npm install @remirror/extension-react-component

This is included by default when you install the recommended remirror package. All exports are also available via the entry-point, remirror/extensions.

Usage

This extension allows you to use react Components within the editor.

The following code creates an instance of this extension.

import { ReactComponentExtension } from 'remirror/extensions';

const extension = new ReactComponentExtension();

Keywords

remirror

FAQs

Package last updated on 02 Aug 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