Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wp-digital/wp-block-cards

Grid or carousel with card blocks which have an image, title, description and link.
https://github.com/wp-digital/wp-block-cards

block cards gutenberg-blocks wordpress-plugin

Last synced: about 1 month ago
JSON representation

Grid or carousel with card blocks which have an image, title, description and link.

Awesome Lists containing this project

README

        

# Cards Block

### Description

Grid or carousel with card blocks which have an image, title, description and link.

### Demo

[Cards Block](https://demo.wpd.digital/cards-block/)

### Install

- Preferable way is to use [Composer](https://getcomposer.org/):

````
composer require wp-digital/wp-block-cards
````

- Alternate way is to clone this repo to `wp-content/plugins/`:

````
cd wp-content/plugins/
git clone [email protected]:wp-digital/wp-block-cards.git
````

Activate **Cards Block** with [WP-CLI](https://make.wordpress.org/cli/handbook/)
`wp plugin activate wp-block-cards` or from **Plugins** page.

### Documentation

There are few hooks in [container](./blocks/container/src/constants.js) and [card](./blocks/card/src/constants.js)
constants which give a possibility to customize behaviour a bit.