https://github.com/0xycvv/hexx
notion like block editor in react
https://github.com/0xycvv/hexx
blockeditor editor react
Last synced: about 1 year ago
JSON representation
notion like block editor in react
- Host: GitHub
- URL: https://github.com/0xycvv/hexx
- Owner: 0xycvv
- Archived: true
- Created: 2020-11-17T01:39:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T13:44:50.000Z (about 5 years ago)
- Last Synced: 2024-08-09T05:06:13.008Z (almost 2 years ago)
- Topics: blockeditor, editor, react
- Language: TypeScript
- Homepage: https://hexx.vercel.app/
- Size: 2.02 MB
- Stars: 39
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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';
```