Pulsar Blocks
A collection of blocks we use at eighteen73.
★ 0stars
1.4kcomposer installs
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/eighteen73/pulsar-blocks/archive/refs/heads/main.zipAlso on Packagist as eighteen73/pulsar-blocks:
composer require eighteen73/pulsar-blocksFrom the readme
Pulsar Blocks
A collection of blocks we use at eighteen73.
Block list
Accordion
An accessible accordion, supporting multiple open items, initially open first item and FAQs schema support.
Attributes
- openMultiple
- startOpen
- level
- hasSchema
Carousel
A Splide powered carousel with innerBlocks support.
By default this uses a pulsar/carousel-slide innerBlock. However the block can be extended to be the foundation of any type of carousel block via the use of variations and custom child blocks.
Attributes
- carouselOptions
- advancedCarouselOptions
- mergeOptions
- ariaLabel
- hasTrack
- template
- templateLock
- allowedBlocks
Extending the carousel block
The carousel should be powerful and flexible enough to be extended via variations.
Here is a short example of the steps required:
1. Register a variation
Let's assume we want to create a carousel that displays the latest posts. The important parts here are that we set hasTrack to false (so that we can wrap the posts in the child block), the template and templateLock.
2. Create a child block to be used as the template
Filters
Carousel
The carousel contains logic to disable carousel functionality if the total num
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v1.7.0 | Apr 27, 2026 |
| v1.6.3 | Mar 23, 2026 |
| v1.6.2 | Mar 19, 2026 |
| v1.6.1 | Feb 11, 2026 |
| v1.6.0 | Feb 6, 2026 |
| v1.5.5 | Jan 20, 2026 |
| v1.5.4 | Jan 13, 2026 |
| v1.5.3 | Dec 15, 2025 |
| v0.18.3 | Dec 4, 2025 |
| v1.5.2 | Dec 4, 2025 |
| v1.5.1 | Dec 3, 2025 |
| v1.4.4 | Nov 17, 2025 |
| v1.4.3 | Nov 7, 2025 |
| v1.4.2 | Oct 30, 2025 |
| v1.4.1 | Oct 30, 2025 |
| v1.4.0 | Sep 9, 2025 |
| v1.3.0 | Aug 26, 2025 |
| v1.2.0 | Aug 21, 2025 |
| v1.1.0 | Aug 7, 2025 |
| v1.0.2 | Aug 5, 2025 |
| v1.0.1 | Jul 29, 2025 |
| v1.0.0 | Jul 29, 2025 |
| v0.18.2 | Jun 26, 2025 |
| v0.18.1 | Jun 24, 2025 |
| v0.18.0 | Jun 2, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.