New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@hife/rich-editor

Package Overview
Dependencies
Maintainers
4
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hife/rich-editor

基于 React 的富文本编辑器

latest
Source
npmnpm
Version
0.7.0
Version published
Maintainers
4
Created
Source

rich-editor 基于 React 的富文本编辑器

更新日志

更新日志

安装

npm install @hife/rich-editor

or

yarn add @hife/rich-editor

使用

import RichEditor from '@hife/rich-editor';
import '@hife/rich-editor/styles/rich-editor.css';

const App = () => {
  return <RichEditor
    defaultValue={value}
    max={100}
    onChange={(html: string, text: string) => saveValue(html)}
  />;
};

export default App;

文档

文档

Keywords

rich-editor

FAQs

Package last updated on 01 Sep 2020

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