Skip to content

Latest commit

 

History

History
81 lines (53 loc) · 1.66 KB

README.md

File metadata and controls

81 lines (53 loc) · 1.66 KB

[Yii2 Argon Dashboard - Free Bootstrap Argon Design Admin]

Theme Documentation

Creative Tim

Installation

The preferred way to install this extension is through composer.

To install Argon Dashboard run:

php composer.phar require loutrux/yii2-argon-dashboard "@dev"

Or

Add to composer.json

{
	"require": {
		"loutrux/yii2-argon-dashboard": "@dev"
	}
}

And run

php composer.phar update

Usage

Layouts

Layouts are available as sample in :

@vendor/loutrux/yii2-argon-dashboard/layouts

argon-admin-alt

alt text

argon-main-alt

alt text

alt text

Widgets

The folowing widgets have been refactored or create to assume compatibility :

use loutrux\argon\widgets\Nav;
use loutrux\argon\widgets\NavBar;
use loutrux\argon\widgets\Dropdown;
use loutrux\argon\widgets\Modal;

//NEW
use loutrux\argon\widgets\Card;
use loutrux\argon\widgets\StatCard;
use loutrux\argon\widgets\Tabs;

Version logs

  • Version 0.0.1 : Initial commit
  • Version 0.0.2 : Make bootstrap config more simple
  • Version 0.0.3 : Improve layouts

License