ajitbohra / gutenberg-examples

Examples for extending WordPress/Gutenberg with blocks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gutenberg-examples

Examples for extending Gutenberg with plugins which create blocks.

See also: Gutenberg developer documentation

For each of the examples that include an esnext example the following commands are required to build the plugins:

  • npm install to install the node packages
  • npm run build to build the production version of the plugin or npm run dev to build a development version of the plugin and watch changes for automatic rebuild

About

Examples for extending WordPress/Gutenberg with blocks.


Languages

Language:JavaScript 49.9%Language:PHP 38.1%Language:CSS 12.1%