Skip to content

yarovikov/gutenberg-sortable-block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Gutenberg Sortable Block

Custom gutenberg block based react-sortable-hoc.

Use npm install and the following commands:

Development Mode

npm start 

Production Mode

npm run build

Note

Use SortableItem and SortableList outside registerBlockType. This solves the problem with using input components.

imports ...

const SortableItem ...

const SortableList ...

registerBlockType ...

Screenshot

This is just an example, but you can create blocks with any components inside 🙂

sortable

About

Gutenberg Sortable Block based react-sortable-hoc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published