Tutorial
Last updated
Last updated
Whiteboard is a tool built for use with Peanut for Wordpress that creates a "playground" for quickly developing and testing your components. (i.e. like Storybook for React, except for Peanut)
Within the interface, you can update component arguments dynamically and immediately see the results of your changes.
As we continue to build out this tool, it is currently only available by running Peanut for Wordpress via the source code at the GitHub repository.
To enable the Whiteboard feature during development, run the CLI script in the root directory of the source code repo and add the "-w" flag to the "develop" command:
If you'd like a quick way to try it all out, download the source code from the repo link mentioned previously as well as our "peanut-examples" elements repo and use the following command syntax.