Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 614 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 614 Bytes

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