Hexx Save Abandoned

notion like block editor in react

Project README

Getting Started

install package

npm install @hexx/editor
# or
yarn add @hexx/editor

Example

import { Editor } from '@hexx/editor';
import {
  BlockMap, // default block mapping
  // preset
  PlusButton,
  TuneButton,
  InlineTool,
  // additional inline tool
  InlineCode,
  InlineMarker,
  InlineLink
} from '@hexx/editor/components';

<Editor blockMap={BlockMap}>
  <PlusButton />
  <TuneButton />
  <InlineTool>
    <InlineMarker />
    <InlineCode />
    <InlineLink />
  </InlineTool>
</Editor>
Open Source Agenda is not affiliated with "Hexx" Project. README Source: ericyip/hexx
Stars
29
Open Issues
1
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating