4.0.0 ā€¢ Published 13 days ago

@yoopta/editor v4.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days ago

Features

  • Triggering by "/" to show list of elements and search needed element by typing
  • Drag and drop beetween elements
  • Redo/Undo your changes (Ctrl-Z/Ctrl-V)
  • Offline ready mode
  • Shortcuts
  • A cool representation of the data in JSON format, so you can easily save the content data to the database and validate You can import two plugins from library: <YooptaEditor /> and <YooptaRender />. <YooptaEditor /> - it's for building beautiful content <YooptaRender /> - it's just for rendering from your saved data, without any editor tools and libraries, so it make you page loading faster
  • Custom styling ...and other

Install

yarn add yoopta-editor
or
npm install yoopta-editor

Peer dependencies

yarn add react react-dom slate slate-react
or
npm install react react-dom slate slate-react

Quickstart

import { YooptaEditor } from '@yoopta/editor';
import { useState } from 'react';

import 'yoopta-editor/dist/index.css';

function App() {
  const [editorValue, setEditorValue] = useState([]);

  const onChange = (data) => setEditorValue(data);

  return (
    <div>
      <YooptaEditor value={editorValue} onChange={onChange} />
    </div>
  );
}

Check out other DEMO's šŸ‘‡

  • Basic usage
  • Offline mode
  • Working with media
  • Just rendering
  • Custom styling

Donation.

If you like this open source project you can support me using Stripe link šŸ’™

Used by

  • Tapflow - The perfect tool for building and selling online courses
  • Equalize.team
  • Yopage.co - blogging platform

License

MIT LICENSE

4.0.0

13 days ago

4.0.0-rc.38

17 days ago

4.0.0-rc.37

18 days ago

4.0.0-rc.36

20 days ago

4.0.0-rc.35

20 days ago

4.0.0-rc.34

22 days ago

4.0.0-rc.32

1 month ago

4.0.0-rc.31

1 month ago

4.0.0-rc.33

29 days ago

4.0.0-rc.30

1 month ago

4.0.0-rc.29

1 month ago

4.0.0-rc.27

1 month ago

4.0.0-rc.28

1 month ago

4.0.0-rc.26

1 month ago

4.0.0-rc.25

1 month ago

4.0.0-rc.24

1 month ago

4.0.0-rc.21

1 month ago

4.0.0-rc.23

1 month ago

4.0.0-rc.22

1 month ago

4.0.0-rc.18

1 month ago

4.0.0-rc.17

1 month ago

4.0.0-rc.19

1 month ago

4.0.0-rc.20

1 month ago

4.0.0-rc.16

1 month ago

4.0.0-rc.15

1 month ago

4.0.0-rc.14

1 month ago

4.0.0-rc.13

1 month ago

4.0.0-rc.12

1 month ago

4.0.0-rc.11

1 month ago

4.0.0-rc.10

2 months ago

4.0.0-rc.9

2 months ago

4.0.0-rc.8

2 months ago

4.0.0-rc.5

2 months ago

4.0.0-rc.4

2 months ago

4.0.0-rc.7

2 months ago

4.0.0-rc.6

2 months ago

4.0.0-rc.3

2 months ago

4.0.0-rc.2

2 months ago

4.0.0-rc.1

2 months ago

4.0.0-rc.0

2 months ago

3.9.0-rc

2 months ago

2.0.1

4 months ago

2.0.0

4 months ago

1.9.18-rc

9 months ago

1.9.16-rc

9 months ago

1.9.21-rc

8 months ago

1.9.25-rc

7 months ago

1.9.23-rc

7 months ago

1.9.17-rc

9 months ago

1.9.19-rc

9 months ago

1.9.20-rc

8 months ago

1.9.22-rc

7 months ago

1.9.26-rc

7 months ago

1.9.24-rc

7 months ago

1.9.10-rc

12 months ago

1.9.11-rc

12 months ago

1.9.14-rc

11 months ago

1.9.15-rc

11 months ago

1.9.13-rc

11 months ago

1.9.12-rc

11 months ago

1.9.9-rc

12 months ago

1.9.7-rc

12 months ago

1.9.8-rc

12 months ago

1.9.6-rc

12 months ago

1.9.5-rc

12 months ago

1.9.4-rc

12 months ago

1.9.3-rc

12 months ago

1.9.2-rc

12 months ago

1.9.1-rc

12 months ago

1.9.0-rc

12 months ago