loganstellway / wp-gutenberg-bootstrap
This package is abandoned and no longer maintained.
No replacement package was suggested.
Bootstrap blocks for WordPress editor Gutenberg
Package info
github.com/loganstellway/wp-gutenberg-bootstrap
Language:JavaScript
Type:wordpress-plugin
pkg:composer/loganstellway/wp-gutenberg-bootstrap
0.1.1
2019-05-16 18:49 UTC
Requires
- php: >=5.4.0
- composer/installers: ~1.0
README
Description
Adds Bootstrap blocks to Gutenberg
Installation
File Upload
- Upload (and extract if necessary) plugin to the "/wp-content/plugins/" directory.
- Activate the plugin through the "Plugins" menu in WordPress.
Install with Composer
composer require loganstellway/wp-gutenberg-bootstrap
Blocks
| Name | Description | Bootstrap Reference |
|---|---|---|
| Grid | Use our powerful mobile-first flexbox grid to build layouts of all shapes and sizes thanks to a twelve column system, five default responsive tiers, Sass variables and mixins, and dozens of predefined classes. | Reference |
| Embed | Create responsive video or slideshow embeds based on the width of the parent by creating an intrinsic ratio that scales on any device. | Reference |
| Button | Use Bootstrap’s custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more. | Reference |