Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 hour 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-26T16:14:44.000Z (about 1 year ago)
- Last Synced: 2024-10-14T22:20:09.266Z (about 1 month 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)