Skip to content

nomad-mystic/example-blocks

Repository files navigation

Gutenberg block(s)

Example repo for demonstrating my skills at building Gutenberg blocks.

Files/Components of interest

  • block.json
    • ./src/block.json
    • ./src/card/block.json
  • save.tsx
    • ./src/save.tsx
      • <InnerBlocks.Content />
    • ./src/card/save.tsx
      • <RichText.Content />
  • edit.tsx
    • ./src/edit.tsx
      • <InspectorControls />
      • <PanelBody />
      • <RangeControl />
      • <InnerBlocks />
    • ./src/card/edit.tsx
      • <PanelBody />
      • <InspectorControls />
      • <RichText />

Example Image

01_30_2024_block_examples.png

About

Custom Gutenberg Cards Block

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published