Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bacoords/wcphx-2024
https://github.com/bacoords/wcphx-2024
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bacoords/wcphx-2024
- Owner: bacoords
- Created: 2024-01-13T14:56:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-27T14:56:18.000Z (9 months ago)
- Last Synced: 2024-11-02T12:34:12.444Z (13 days ago)
- Language: JavaScript
- Size: 290 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Example Carousel Block using InnerBlocks
This is an example of how to create a Carousel block using the InnerBlocks component. (To be presented at WordCamp Phoenix 2024.)
Uses the [Flickity](https://flickity.metafizzy.co/) open source library for the carousel functionality.
## Advanced Tutorial: "Using Core Data and Sharing Context across WordPress Blocks"
If you're curious about how to use WordPress Core Data and share context across blocks, check out the [advanced tutorial](https://youtu.be/80r2ZVIvh_s) on YouTube. The code for that demo is available on the [`add-context-example` branch](https://github.com/bacoords/wcphx-2024/tree/add-context-example) of this repository.