Skip to content
Snippets Groups Projects
Select Git revision
  • 11.x
  • 10.5.x protected
  • 11.2.x protected
  • 10.6.x protected
  • 11.1.x protected
  • 10.4.x protected
  • 11.0.x protected
  • 10.3.x protected
  • 7.x protected
  • 10.2.x protected
  • 10.1.x protected
  • 9.5.x protected
  • 10.0.x protected
  • 9.4.x protected
  • 9.3.x protected
  • 9.2.x protected
  • 9.1.x protected
  • 8.9.x protected
  • 9.0.x protected
  • 8.8.x protected
  • 10.5.1 protected
  • 11.2.2 protected
  • 11.2.1 protected
  • 11.2.0 protected
  • 10.5.0 protected
  • 11.2.0-rc2 protected
  • 10.5.0-rc1 protected
  • 11.2.0-rc1 protected
  • 10.4.8 protected
  • 11.1.8 protected
  • 10.5.0-beta1 protected
  • 11.2.0-beta1 protected
  • 11.2.0-alpha1 protected
  • 10.4.7 protected
  • 11.1.7 protected
  • 10.4.6 protected
  • 11.1.6 protected
  • 10.3.14 protected
  • 10.4.5 protected
  • 11.0.13 protected
40 results

big_pipe

  • Clone with SSH
  • Clone with HTTPS
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    UI Suite Bootstrap

    A site-builder friendly Bootstrap theme for Drupal, using the UI Suite approach.

    Use Bootstrap directly from Drupal backoffice (layout builder, manage display, views, blocks...).

    See the docs folder for more detailed documentation on:

    Requirements

    This theme requires the following modules:

    This theme requires the Bootstrap library to be placed in the libraries folder.

    Optionally, this theme provides integration with Bootstrap icons, icons needs to be placed in the libraries folder.

    Install libraries manually

    You can download the Bootstrap library on its GitHub page.

    You can download the Bootstrap icons library on its GitHub page.

    Install libraries with Composer

    With Asset Packagist

    If you are using the website Asset Packagist, the composer.json can be like:

    {
        "require": {
            "composer/installers": "2.*",
            "oomphinc/composer-installers-extender": "2.*",
            "npm-asset/bootstrap": "5.3.3",
            "npm-asset/bootstrap-icons": "1.11.3"
        },
        "repositories": {
            "asset-packagist": {
                "type": "composer",
                "url": "https://asset-packagist.org"
            }
        },
        "extra": {
            "installer-paths": {
                "app/libraries/{$name}": [
                    "type:drupal-library",
                    "type:bower-asset",
                    "type:npm-asset"
                ]
            },
            "installer-types": [
                "bower-asset",
                "npm-asset"
            ]
        }
    }

    This version of Bootstrap will only contain compiled CSS/JS and SASS files.

    With a package repository

    You can declare a custom package repositories, Example:

    {
        "require": {
            "asset/bootstrap": "5.3.3",
            "asset/bootstrap-icons": "1.11.3",
            "composer/installers": "2.*"
        },
        "repositories": {
            "asset-bootstrap": {
                "type": "package",
                "package": {
                    "name": "asset/bootstrap",
                    "version": "5.3.3",
                    "type": "drupal-library",
                    "extra": {
                        "installer-name": "bootstrap"
                    },
                    "dist": {
                        "type": "zip",
                        "url": "https://api.github.com/repos/twbs/bootstrap/zipball/6e1f75f420f68e1d52733b8e407fc7c3766c9dba",
                        "reference": "6e1f75f420f68e1d52733b8e407fc7c3766c9dba"
                    }
                }
            },
            "asset-bootstrap-icons": {
                "type": "package",
                "package": {
                    "name": "asset/bootstrap-icons",
                    "version": "1.11.3",
                    "type": "drupal-library",
                    "extra": {
                        "installer-name": "bootstrap-icons"
                    },
                    "dist": {
                        "type": "zip",
                        "url": "https://api.github.com/repos/twbs/icons/zipball/8d88686c03c3768a2d82ba4f20c3c4e1b100fa29",
                        "reference": "8d88686c03c3768a2d82ba4f20c3c4e1b100fa29"
                    }
                }
            }
        },
        "extra": {
            "installer-paths": {
                "app/libraries/{$name}": [
                    "type:drupal-library"
                ]
            }
        }
    }

    This version will contain compiled CSS/JS and SASS files as well as all the files used on for the development of Bootstrap.

    Installation

    Install as you would normally install a contributed Drupal theme. For further information, see Installing Drupal Themes.

    Configuration

    The theme has no menu or modifiable settings on its own.

    Configuration is provided by the UI Suite ecosystem modules.

    Maintainers

    Current maintainers:

    Supporting organizations: