This theme extends the Drupal Bootstrap project and implements visual and design principles of Bootstrap UI, a Bootstrap extension for building beautiful web apps user interfaces.
Working Drupal 8 installation. Drupal Composer project is the recommended way of installation.
Add the following to your composer.json
to tell Composer where to find this package:
{
"repositories": [
{
"type": "git",
"url": "https://github.com/visionappscz/drupal-bootstrap-ui"
}
]
}
Install the package:
$ composer require visionappscz/bootstrap-ui