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

https://github.com/horttcore/wp-card-block

A WordPress Gutenberg card block
https://github.com/horttcore/wp-card-block

card component gutenberg-blocks wordpress

Last synced: about 1 month ago
JSON representation

A WordPress Gutenberg card block

Awesome Lists containing this project

README

        

# WP Card Block

A WordPress Gutenberg card block

## Features

* Image
* Headline
* Body

## Translations

* English
* German

## Development

* `npm install`
* `npm run watch`

## Production

* `npm install`
* `npm run production`

## Changelog

### v0.3 - 05.10.2018

* Add card footer with button

### v0.2 - 29.09.2018

* Replace webpack with laravel-mix
* Add `Edit image` toolbar control

### v0.1.1 - 28.08.2018

* Update dependencies

### v0.1.0 - 27.08.2018

* Initial release