https://github.com/flexseth/gutenberg-examples
Showcasing how to use some of the components from WordPress Core, with advanced features.
https://github.com/flexseth/gutenberg-examples
Last synced: 3 months ago
JSON representation
Showcasing how to use some of the components from WordPress Core, with advanced features.
- Host: GitHub
- URL: https://github.com/flexseth/gutenberg-examples
- Owner: flexseth
- Created: 2023-08-26T15:47:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T16:14:44.000Z (almost 3 years ago)
- Last Synced: 2025-12-31T22:45:22.692Z (6 months ago)
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gutenberg-examples
Showcasing how to use some of the components from WordPress Core, with advanced features.
## Blocks in Development
- Debounced Input Control
- API Block
## Block Ideas
- Debounced Input Control
- Validated
- Faceted Search Block
- Debounce block with controls
- Rich Text blocks
- Allowable HTML
- Dynamic rendering
- Headless block
- block templates
#### Possible ideas
- Create block templates for @wordpress/create-block
#Proficiencies showcased
- Using Git for modern software development (branching)
- Using ESNext for (React) with Gutenberg and WordPress core components to do rad stuff
- Headless / Decoupled / WordPress as a Service (WAAS)