Brilliant Save

Brilliant is a WYSIWYG markdown editor with live preview support, based on Draft-js and React, implemented in TypeScript. It's compatible with popular browsers.

Project README

English | 简体中文

Brilliant Editor-EN

Brilliant is a WYSIWYG markdown editor with live preview support, based on Draft-js and React, implemented in TypeScript. It's compatible with popular browsers.

usage demo

Installation

# Install using yarn
yarn add brilliant-editor
# Install using npm
npm install brilliant-editor --save

Example Usage

import React from 'react';
import Brilliant from 'brilliant-editor';
import 'brilliant-editor/dist/index.css';

const App = () => {
  return (
    <div>
      <Brilliant language="en"/>
    </div>
  );
};

export default App;

Browsers support

Modern browsers.

EdgeEdge FirefoxFirefox ChromeChrome SafariSafari OperaOpera
Edge last 2 versions last 2 versions last 2 versions last 2 versions

Thanks

Open Source Agenda is not affiliated with "Brilliant" Project. README Source: brilliant-js/brilliant

Open Source Agenda Badge

Open Source Agenda Rating