WP Manifestindependent plugin directory
manifest / editor / base-blocks

Base Blocks

A collection of blocks for the Base theme.

by Nick Diego · github.com/ndiego/base-blocks · website

3stars
0forks

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/ndiego/base-blocks/archive/refs/heads/main.zip

Readme

Base Blocks

A collection of blocks for the Base theme.

Description

Base Blocks provides custom blocks designed to work seamlessly with the Base theme.

Blocks

Dark Mode Toggle

Add a customizable dark mode switcher that remembers user preferences.

Notice Block

Display notices and alerts with customizable styles.

GitHub Stats Block

Show star and fork counts for any public GitHub repository.

Requirements

  • Base theme
  • WordPress 6.7 or later
  • PHP 7.4 or later

Installation

  1. Upload the plugin files to /wp-content/plugins/base-blocks
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the blocks in the block editor

Development

This plugin is built using modern WordPress development tools. To contribute:

  1. Clone the repository
  2. Run npm install
  3. Use npm start for development
  4. Use npm run build for production builds

Read the full README on GitHub →