Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.16 KB

Bootstrap UI for Drupal 8

Build Status

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.

Prerequisities

Working Drupal 8 installation. Drupal Composer project is the recommended way of installation.

Install

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

Docs