Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/visionappscz/drupal-bootstrap-ui
- Owner: visionappscz
- License: mit
- Created: 2016-06-24T20:19:33.000Z (over 8 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2023-12-06T10:04:43.000Z (12 months ago)
- Last Synced: 2024-04-11T05:08:42.168Z (7 months ago)
- Topics: bootstrap, bootstrap-ui, drupal, drupal-8, drupal-theme
- Language: Twig
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)