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
- Host: GitHub
- URL: https://github.com/horttcore/wp-card-block
- Owner: Horttcore
- Created: 2018-08-27T19:35:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T20:50:00.000Z (over 2 years ago)
- Last Synced: 2025-03-05T09:45:37.637Z (about 2 months ago)
- Topics: card, component, gutenberg-blocks, wordpress
- Language: JavaScript
- Size: 1.93 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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