@blockhandbook/bootstrap

Utilities that make it easy to add Bootstrap to a WordPress block editor plugin

Usage no npm install needed!

<script type="module">
  import blockhandbookBootstrap from 'https://cdn.skypack.dev/@blockhandbook/bootstrap';
</script>

README

Easily add Bootstrap to a WordPress block editor plugin

This is a collection of utilities that make it easy to add Bootstrap to your WordPress block editor plugin.

Installation

npm i @blockhandbook/bootstrap --save-dev

This package assumes that your code will run in an ES2015+ environment.