Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wp-digital/wp-block-cards
- Owner: wp-digital
- Created: 2022-06-27T08:18:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T11:51:19.000Z (over 1 year ago)
- Last Synced: 2024-11-14T03:24:39.715Z (about 2 months ago)
- Topics: block, cards, gutenberg-blocks, wordpress-plugin
- Language: JavaScript
- Homepage: https://demo.wpd.digital/cards-block/
- Size: 2.53 MB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.