Bootstrap tab component for Contao CMS

Installs: 43 392

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 3

Open Issues: 3

Type:contao-bundle

2.1.1 2023-04-17 09:46 UTC

README

Version GitHub issues License Build Status Downloads

This extension provides Bootstrap integration into Contao.

Contao-Bootstrap is a modular integration. This extension adds the Bootstrap Tab component as content element to Contao.

Changelog

See changelog

Requirements

  • PHP ^7.4 || ^8.0
  • Contao ^4.9

Install

Managed edition

When using the managed edition it's pretty simple to install the package. Just search for the package in the Contao Manager and install it. Alternatively you can use the CLI.

# Using the contao manager
$ php contao-manager.phar.php composer require contao-bootstrap/tab~2.0

# Using composer directly
$ php composer.phar require contao-bootstrap/tab~2.0