2017 © Pedro Peláez
 

yii2-extension yii2-material-tabs

Animated Material Tabs widget for Yii2.

image

faboslav/yii2-material-tabs

Animated Material Tabs widget for Yii2.

  • Wednesday, December 20, 2017
  • by faboslav
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

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

or add, (*3)

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

to the require section of your composer.json file., (*4)

Preview

MaterialTabsPreview, (*5)

Usage

MaterialNavBar

use faboslav\materialtabs\MaterialTabs

echo MaterialTabs::widget([
    'items' => [
        [
            'label' => '<i class="material-icons">home</i>',
            'content' => 'Tab one content.'
        ],
        [
            'label' => 'Tab two',
            'content' => 'Tab two content<br><br>Text<br><br>Text',
        ],
        [
            'label' => 'Tab three',
            'content' => 'Tab three content<br>Text<br>Text',
            'active' => true
        ],
        [
            'icon' => '<i class="material-icons">people</i>',
            'label' => 'Tab four',
            'content' => 'Tab four content<br><br>Text<br>Text'
        ],
        [
            'label' => 'Tab five',
            'content' => 'Tab five content<br>Text'
        ],
    ]
]);

Licence

The MIT License (MIT), (*6)

The Versions

20/12 2017

dev-develop

dev-develop https://gitlab.com/Faboslav/yii2-material-tabs

Animated Material Tabs widget for Yii2.

  Sources   Download

The MIT License (MIT)

The Requires

 

extension yii2 widget tabs mouse md material design ripple tables click faboslav

20/12 2017

v1.1

1.1.0.0 https://gitlab.com/Faboslav/yii2-material-tabs

Animated Material Tabs widget for Yii2.

  Sources   Download

The MIT License (MIT)

The Requires

 

extension yii2 widget tabs mouse md material design ripple tables click faboslav

20/12 2017

dev-master

9999999-dev https://gitlab.com/Faboslav/yii2-material-tabs

Animated Material Tabs widget for Yii2.

  Sources   Download

The MIT License (MIT)

The Requires

 

extension yii2 widget tabs mouse md material design ripple tables click faboslav

20/12 2017

v1.0

1.0.0.0 https://gitlab.com/Faboslav/yii2-material-tabs

Tabs make it easy to explore and switch between different views. Tabs enable content organization at a high level, such as switching between views, data sets, or functional aspects of an app. Present tabs as a single row above their associated content. Tab labels should succinctly describe the content within. Because swipe gestures are used for navigating between tabs, don't pair tabs with content that also supports swiping.

  Sources   Download

The MIT License (MIT)

The Requires

 

extension yii2 widget tabs mouse md material design ripple tables click faboslav

04/09 2017

1.0.1

1.0.1.0 https://gitlab.com/Faboslav/yii2-material-tabs

Tabs make it easy to explore and switch between different views. Tabs enable content organization at a high level, such as switching between views, data sets, or functional aspects of an app. Present tabs as a single row above their associated content. Tab labels should succinctly describe the content within. Because swipe gestures are used for navigating between tabs, don't pair tabs with content that also supports swiping.

  Sources   Download

The MIT License (MIT)

The Requires

 

extension yii2 widget tabs mouse md material design ripple tables click faboslav