Learning Gutenberg: Building Our Custom Card Block
We’ve got some base knowledge, we’ve played with some React and now we’ve got our project tools set up. Let’s dive into building our custom block.
Article Series:
- Series Introduction
- What is Gutenberg, Anyway?
- A Primer with create-guten-block
- Modern JavaScript Syntax
- React 101
- Setting up a Custom webpack
- A Custom “Card” Block (This Post)
What we’re building
We’re going to build a custom card block that features an image, a title and a summary. It’s a really common design pattern …
The post Learning Gutenberg: Building Our Custom Card Block appeared first on CSS-Tricks.