WP Manifestindependent plugin directory
manifest / editor / bloc

Bloc

A few useful WordPress blocks and block options.

by Lambry · github.com/lambry/bloc · website

1stars
1composer installs
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/lambry/bloc/archive/refs/heads/master.zip

Also on Packagist as lambry/bloc:

composer require lambry/bloc

From the readme

Bloc A few useful WordPress blocks and block options. composer require lambry/bloc Options Extensions to core blocks for a little extra functionality. Features - Shift: Choose to shift the block up or down. - Padding: Add padding to any and all sides of a block. - Max width: Limit the block to maximum width. - Animate in: Fade in a block when it's scrolled into view. - Retrict to: Only show blocks for certain user roles. - Visibility: Hide blocks for certain screen sizes. Custom properties Grid Block to display content in a grid of rows and columns. Features - Display any number of items. - Choose the number columns to show at different screen sizes. - Add or remove spacing between columns. - Choose the number of columns and rows any individual cell should span. Custom properties Slider Block to display content in a slider, or carousel (i.e. a slider with multiple slides shown at once). Features - Display any number of slides. - Choose the number slides to show a once at different screen sizes. - Optionally add a background image to each slide. - Optionally link the entire slide. - Choose between slide and fade effects. - Loop slides for an inifitnte slider. - Show

Read the full README on GitHub →