

Last time we build a basic callout block, that uses a component, and, to create a block where we can enter text, change it’s color and the background color of the entire block. A Quick Reminder About What We Built Last Time We’ll be using the npm package provided by the Gutenberg development team, which makes our lives super easy.

In this article we’ll be covering how to add these things to our callout block. In our last article about how to build a basic block using registerBlockType with no webpack or JSX we covered how to setup a custom block without having to use a build system, jsx and modern javascript that needs to be converted in order to run in browsers that don’t support it jet.
