Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/visionappscz/drupal-bootstrap-ui

This theme extends the Drupal Bootstrap project and implements visual and design principles of Bootstrap UI.
https://github.com/visionappscz/drupal-bootstrap-ui

bootstrap bootstrap-ui drupal drupal-8 drupal-theme

Last synced: 9 days ago
JSON representation

This theme extends the Drupal Bootstrap project and implements visual and design principles of Bootstrap UI.

Awesome Lists containing this project

README

        

Bootstrap UI for Drupal 8
=========================

[![Build Status](https://travis-ci.org/visionappscz/drupal-bootstrap-ui.svg?branch=8.x-1.x)](https://travis-ci.org/visionappscz/drupal-bootstrap-ui)

This theme extends the [Drupal Bootstrap](http://drupal-bootstrap.org) project and implements visual and design
principles of [Bootstrap UI](http://www.bootstrap-ui.com), a [Bootstrap](http://getbootstrap.com) extension for building
beautiful web apps user interfaces.

## Prerequisities
Working Drupal 8 installation. [Drupal Composer project](https://github.com/drupal-composer/drupal-project) is the
recommended way of installation.

## Install

Add the following to your `composer.json` to tell Composer where to find this package:

```json
{
"repositories": [
{
"type": "git",
"url": "https://github.com/visionappscz/drupal-bootstrap-ui"
}
]
}
```

Install the package:

```bash
$ composer require visionappscz/bootstrap-ui
```

## Docs
* [Drupal Bootstrap Documentation](http://drupal-bootstrap.org/api/bootstrap/8)
* [Bootstrap UI Documentation](http://docs.bootstrap-ui.com)
* [Bootstrap Documentation](http://getbootstrap.com)