Introducing Peanut for Wordpress!
Last updated
Last updated
Build your themes and blocks with component-like elements.
Peanut For Wordpress, is an application (and maybe it's a lightweight framework?) built to help with the development process of creating plugins, themes, and blocks. Similar to Wordpress scripts package, it’ll compile all the client side code you need for your blocks and plugins. It will also give you the ability to create reusable “components” within your themes and blocks.
Peanut was built to help create "components" within your WordPress site that could be easily used in multiple ways. It extends WordPress' Template Parts functionality in order to encapsulate all the code for a component into one area. These modular components can then be easily customized via argument "props" and reused across different elements (i.e. WordPress blocks and themes).
In a nutshell (pun intended), the goal is to empower you to save time while building all the things you love in WordPress.
For more of an introduction to this project, you can read our evolving online blog post.
This is documentation for software that is in the alpha development stage. Changes may come swiftly and be full of chaos