WordPress / gutenberg-examples

Examples for extending WordPress/Gutenberg with blocks.
1.2k stars 316 forks source link

Example of a custom slot and fill #224

Open mboynes opened 2 years ago

mboynes commented 2 years ago

This PR adds an example of rendering a custom Slot, and then separately, populating it with a custom Fill. The SlotFill pattern can be very powerful for plugin extensibility, and this example aims to highlight how simple it is to apply.