Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/contao-bootstrap/tab

Bootstrap 4 Contao Tab Component
https://github.com/contao-bootstrap/tab

Last synced: 5 days ago
JSON representation

Bootstrap 4 Contao Tab Component

Awesome Lists containing this project

README

        

Contao-Bootstrap Tab Component
==============================

[![Version](http://img.shields.io/packagist/v/contao-bootstrap/tab.svg?style=for-the-badge&label=Latest)](http://packagist.org/packages/contao-bootstrap/tab)
[![GitHub issues](https://img.shields.io/github/issues/contao-bootstrap/tab.svg?style=for-the-badge&logo=github)](https://github.com/contao-bootstrap/tab/issues)
[![License](http://img.shields.io/packagist/l/contao-bootstrap/tab.svg?style=for-the-badge&label=License)](http://packagist.org/packages/contao-bootstrap/tab)
[![Build Status](https://img.shields.io/github/workflow/status/contao-bootstrap/tab/Code%20Quality%20Diagnostics/master?style=for-the-badge)](https://github.com/contao-bootstrap/tab/actions/workflows/diagnostics.yml)
[![Downloads](http://img.shields.io/packagist/dt/contao-bootstrap/tab.svg?style=for-the-badge&label=Downloads)](http://packagist.org/packages/contao-bootstrap/tab)

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](CHANGELOG.md)

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.

```bash
# 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