An open API service indexing awesome lists of open source software.

https://github.com/ericyip/hexx

notion like block editor in react
https://github.com/ericyip/hexx

blockeditor editor react

Last synced: 5 months ago
JSON representation

notion like block editor in react

Awesome Lists containing this project

README

        

## Getting Started

install package

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

## Example

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







```