PHPackages                             generoi/wp-gutenberg-button-popup - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. generoi/wp-gutenberg-button-popup

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

generoi/wp-gutenberg-button-popup
=================================

A boilerplate WordPress Gutenberg block

v0.4.0(9mo ago)181.5k↑33.3%MITJavaScriptPHP &gt;=7.0.0

Since Mar 18Pushed 9mo ago5 watchersCompare

[ Source](https://github.com/generoi/wp-gutenberg-button-popup)[ Packagist](https://packagist.org/packages/generoi/wp-gutenberg-button-popup)[ Docs](https://github.com/generoi/wp-gutenberg-boilerplate)[ RSS](/packages/generoi-wp-gutenberg-button-popup/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

wp-gutenberg-button-popup
=========================

[](#wp-gutenberg-button-popup)

> A Gutenberg block for creating buttons that open popups

[![gutenberg-popups](https://user-images.githubusercontent.com/302736/111697504-69c25900-8814-11eb-8d05-636bc41b17bc.gif)](https://user-images.githubusercontent.com/302736/111697504-69c25900-8814-11eb-8d05-636bc41b17bc.gif)

Installation
------------

[](#installation)

```
composer require generoi/wp-gutenberg-button-popup

```

Requirements
------------

[](#requirements)

- WordPress 5.6 or newer

Usage
-----

[](#usage)

You can customize the default template for popups with a filter.

```
import { addFilter } from '@wordpress/hooks'

addFilter('wp-gutenberg-button-popup.popupTemplate', 'theme/popup-template', () => {
  return [
    ['core/columns', {align: 'full'}, [
      ['core/column', {}, [
        ['core/image'],
        ['core/group']
      ]],
      ['core/column', {}, [
        ['core/heading'],
        ['core/paragraph'],
        ['core/list'],
        ['core/buttons'],
      ]],
    ]],
  ];
})
```

Development
-----------

[](#development)

Install dependencies

```
composer install
npm install

```

Run the tests

```
npm run test

```

Build assets

```
# Minified assets which are to be committed to git
npm run build:production

# Watch for changes and re-compile while developing the plugin
npm run start

```

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance59

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~265 days

Recently: every ~392 days

Total

7

Last Release

289d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/302736?v=4)[oxyc](/maintainers/oxyc)[@oxyc](https://github.com/oxyc)

---

Top Contributors

[![oxyc](https://avatars.githubusercontent.com/u/302736?v=4)](https://github.com/oxyc "oxyc (33 commits)")[![BenjaminThylin](https://avatars.githubusercontent.com/u/43046985?v=4)](https://github.com/BenjaminThylin "BenjaminThylin (1 commits)")

---

Tags

wordpressgutenberg

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/generoi-wp-gutenberg-button-popup/health.svg)

```
[![Health](https://phpackages.com/badges/generoi-wp-gutenberg-button-popup/health.svg)](https://phpackages.com/packages/generoi-wp-gutenberg-button-popup)
```

###  Alternatives

[log1x/poet

Configuration-based post type, taxonomy, editor color palette, block category, and block registration for Sage 10.

218280.1k1](/packages/log1x-poet)[log1x/acf-editor-palette

A replica Gutenberg color picker field for Advanced Custom Fields.

100284.1k](/packages/log1x-acf-editor-palette)[tiny-pixel/acorn-block-templates

Block templates for Sage 10

191.2k](/packages/tiny-pixel-acorn-block-templates)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
