PHPackages                             jmf/twig-tabs-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. jmf/twig-tabs-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

jmf/twig-tabs-bundle
====================

Symfony bundle for rendering Bootstrap tabs in Twig templates.

1.0.0(1mo ago)013mitPHPPHP &gt;=8.3CI passing

Since May 30Pushed 1mo agoCompare

[ Source](https://github.com/jmfeurprier/twig-tabs-bundle)[ Packagist](https://packagist.org/packages/jmf/twig-tabs-bundle)[ RSS](/packages/jmf-twig-tabs-bundle/feed)WikiDiscussions 1.0 Synced 1w ago

READMEChangelogDependencies (10)Versions (2)Used By (0)

jmf/twig-tabs-bundle
====================

[](#jmftwig-tabs-bundle)

Symfony bundle integrating [`jmf/twig-tabs`](https://github.com/jmfeurprier/twig-tabs): a Twig `tabs()` / `tab()` API that renders tabbed content in Twig templates (defaulting to Bootstrap 5 theme).

Requirements
------------

[](#requirements)

- PHP 8.3+
- Symfony 7.0 or 8.0

Installation
------------

[](#installation)

Install with [Composer](https://getcomposer.org):

```
composer require jmf/twig-tabs-bundle
```

If you have [Symfony Flex](https://symfony.com/packages/Symfony%20Flex), the `tabs()` / `tab()`functions are instantly available without further configuration. Otherwise, register the bundle in `config/bundles.php`:

```
