Skip to content

loutrux/yii2-argon-dashboard

Repository files navigation

[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

About

Argon dashboard backend and frontend theme asset bundle for Yii 2.0 Framework

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published