Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/contao-bootstrap/tab
- Owner: contao-bootstrap
- License: lgpl-3.0
- Created: 2014-12-16T16:54:24.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T18:53:30.000Z (about 1 year ago)
- Last Synced: 2024-10-12T00:26:55.474Z (about 1 month ago)
- Language: PHP
- Homepage: https://contao-bootstrap.de/komponenten/tab.html
- Size: 231 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.9Install
-------### 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