PHPackages                             faboslav/yii2-material-tabs - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. faboslav/yii2-material-tabs

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

faboslav/yii2-material-tabs
===========================

Animated Material Tabs widget for Yii2.

v1.1(8y ago)176The MIT License (MIT)PHP

Since Dec 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Faboslav/yii2-material-tabs)[ Packagist](https://packagist.org/packages/faboslav/yii2-material-tabs)[ Docs](https://gitlab.com/Faboslav/yii2-material-tabs)[ RSS](/packages/faboslav-yii2-material-tabs/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
$ php composer.phar require faboslav/yii2-material-tabs "dev-master"

```

or add

```
"faboslav/yii2-material-tabs": "dev-master"

```

to the `require` section of your `composer.json` file.

Preview
-------

[](#preview)

[![MaterialTabsPreview](https://camo.githubusercontent.com/398c3d887ff2effcb6937de29b0cedb674ded7cbdb43f1a40491b2c2a4d2b662/68747470733a2f2f6a2e676966732e636f6d2f766f593545722e676966)](https://camo.githubusercontent.com/398c3d887ff2effcb6937de29b0cedb674ded7cbdb43f1a40491b2c2a4d2b662/68747470733a2f2f6a2e676966732e636f6d2f766f593545722e676966)

Usage
-----

[](#usage)

### MaterialNavBar

[](#materialnavbar)

```
use faboslav\materialtabs\MaterialTabs

echo MaterialTabs::widget([
    'items' => [
        [
            'label' => 'home',
            'content' => 'Tab one content.'
        ],
        [
            'label' => 'Tab two',
            'content' => 'Tab two contentTextText',
        ],
        [
            'label' => 'Tab three',
            'content' => 'Tab three contentTextText',
            'active' => true
        ],
        [
            'icon' => 'people',
            'label' => 'Tab four',
            'content' => 'Tab four contentTextText'
        ],
        [
            'label' => 'Tab five',
            'content' => 'Tab five contentText'
        ],
    ]
]);
```

Licence
-------

[](#licence)

The MIT License (MIT)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3114d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14179066?v=4)[Aleš Fabiánek](/maintainers/faboslav)[@Faboslav](https://github.com/Faboslav)

---

Top Contributors

[![Faboslav](https://avatars.githubusercontent.com/u/14179066?v=4)](https://github.com/Faboslav "Faboslav (6 commits)")

---

Tags

mdyii2extensionwidgetdesigntablesripplematerialtabsmouseclickfaboslav

### Embed Badge

![Health badge](/badges/faboslav-yii2-material-tabs/health.svg)

```
[![Health](https://phpackages.com/badges/faboslav-yii2-material-tabs/health.svg)](https://phpackages.com/packages/faboslav-yii2-material-tabs)
```

###  Alternatives

[kartik-v/yii2-nav-x

An extended bootstrap Nav widget for Yii 2 with submenu drilldown.

26579.9k6](/packages/kartik-v-yii2-nav-x)[kartik-v/yii2-dropdown-x

An extended bootstrap 3.x dropdown widget for Yii 2 with submenu drilldown.

15864.2k6](/packages/kartik-v-yii2-dropdown-x)[drsdre/yii2-wizardwidget

Multi step wizard widget using tabs to guide a user through steps to complete a task. Based on the Form wizard (using tabs) from lukepzak (see http://bootsnipp.com/snippets/featured/form-wizard-using-tabs).

37149.1k](/packages/drsdre-yii2-wizardwidget)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
