editor-blocks
editor-blocks copied to clipboard
A unique collection of Gutenberg blocks for the new WordPress editor.
Editor Blocks for Gutenberg
A unique collection of Gutenberg blocks.
- Wrapper Block - Block Demo
- Pricing Table Block - Block Demo
- Team Members Block - Block Demo
- Hero Block - Block Demo
- Testimonial Block - Block Demo
- Callout Block - Block Demo
- Brands Block - Block Demo
- Features Block - Block Demo
- Horizontal Feature Block - Block Demo
- Vertical Feature Block - Block Demo
Here's an example of a full page created with Editor Blocks - Editor Blocks Demo
Design Considerations
Editor Blocks look better with a wide layout, we recommend using a 'Full Width' page template if your theme has one. We've also built a (free) companion theme you can use:
Development
- Clone the GitHub repository:
https://github.com/editorblocks/editor-blocks.git - Browse to the folder in the command line.
- Run the
npm installcommand to install the plugin's dependencies within a /node_modules/ folder. - Run the
npm startcommand for development. - Run the
buildgulp task to process build files and generate a zip.
Contributions
There are various ways you can contribute:
- Raise an Issue on GitHub
- Send a pull request with your bug fixes and/or new features
- Provide feedback and suggestions on enhancements
Create Guten Block
Editor Blocks wouldn't have been possible without the work of @ahmadawais.
create-guten-blockis zero configuration dev-toolkit (#0CJS) to develop WordPress Gutenberg blocks in a matter of minutes without configuringReact,webpack,ES6/7/8/Next,ESLint,Babel, etc.
https://github.com/ahmadawais/create-guten-block