iis/blocks

WP Blocks library

Installs: 5 460

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 5

Language:JavaScript

Type:wordpress-plugin

v7.0.21 2024-04-25 06:43 UTC

This package is auto-updated.

Last update: 2024-04-25 06:44:04 UTC


README

WordPress blocks library.

Install

composer require iis/blocks

Requirements

iis-blocks assumes that the website that runs it runs on iis-styleguide. The following js components needs to be enabled from the styleguide:

  • Form

Usage

The package will be installed as a plugin so all you need to do is activate it. All blocks will be available in the editor under the category "Internetstiftelsen".

Testing

If you have Docker installed, you can utilize wp-env.

npx wp-env start # To start the environment
npx wp-env stop # To stop the environment

A clean wordpress install will be available at http://localhost:8888 with the plugin activated and IIS default theme.