Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 983 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 983 Bytes
Gutenberg Blocks
3rd party Custom Gutenberg WordPress Editor Blocks.
A FOSS (Free & Open Source Software) project. Maintained by @AhmadAwais.

Work in progress 3rd party Custom Gutenberg WordPress Editor Blocks

⚡️ Getting Set Up

  • Clone the repo in your plugins directory.
  • Open the repo and run npm install.
  • Build JSX with NPM Scripts npm run build.

⚡️ To do!

  • Basic Custom 3rd Party Block.
  • Dynamic input from user in the Custom Block.
  • Boilerplate Webpack configuration.