Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gosvoh/editorjs-antd-renderer
https://github.com/gosvoh/editorjs-antd-renderer
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gosvoh/editorjs-antd-renderer
- Owner: gosvoh
- Created: 2024-10-23T15:46:45.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T10:49:33.000Z (16 days ago)
- Last Synced: 2024-11-27T11:29:40.681Z (16 days ago)
- Language: TypeScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-editorjs - editorjs-antd-renderer - design/ant-design) components (Libraries / JavaScript)
README
# Editor.js renderer
Render [Editor.js](https://editorjs.io) data to React components.
## Supported Plugins
- [x] Paragraph (default)
- [x] List
- [x] Code
- [x] Link
- [x] Image
- [x] Header
- [x] Marker
- [x] CheckList
- [x] InlineCode
- [x] SimpleImage## Getting Started
### Install via npm, yarn or bun
```bash
npm install --save editorjs-antd-renderer antd @editorjs/editorjs @editorjs/paragraph ...other plugins
```### Basic Usage
```tsx
import EditorJSRenderer from "editorjs-antd-renderer";;
```