Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/co0lc0der/yii2-adminlte3-widgets
AdminLTE 3 widgets for Yii2
https://github.com/co0lc0der/yii2-adminlte3-widgets
adminlte3 php php-oop yii2 yii2-extension yii2-widgets
Last synced: 2 months ago
JSON representation
AdminLTE 3 widgets for Yii2
- Host: GitHub
- URL: https://github.com/co0lc0der/yii2-adminlte3-widgets
- Owner: co0lc0der
- License: mit
- Created: 2022-03-21T07:00:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-15T19:13:24.000Z (about 1 year ago)
- Last Synced: 2024-09-30T23:49:13.965Z (3 months ago)
- Topics: adminlte3, php, php-oop, yii2, yii2-extension, yii2-widgets
- Language: PHP
- Homepage: https://packagist.org/packages/co0lc0der/yii2-adminlte3-widgets
- Size: 74.2 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AdminLTE 3 widgets for Yii2
[![Latest Version](https://img.shields.io/github/release/co0lc0der/yii2-adminlte3-widgets?style=flat-square)](https://github.com/co0lc0der/yii2-adminlte3-widgets/release)
![GitHub repo size](https://img.shields.io/github/repo-size/co0lc0der/yii2-adminlte3-widgets?color=orange&label=size&style=flat-square)
[![Packagist Downloads](https://img.shields.io/packagist/dt/co0lc0der/yii2-adminlte3-widgets?color=yellow&style=flat-square)](https://packagist.org/packages/co0lc0der/yii2-adminlte3-widgets)
[![GitHub license](https://img.shields.io/github/license/co0lc0der/yii2-adminlte3-widgets?style=flat-square)](https://github.com/co0lc0der/yii2-adminlte3-widgets/blob/main/LICENSE.md)
![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/co0lc0der/yii2-adminlte3-widgets?color=8993be&style=flat-square)AdminLTE 3 widgets for Yii2. **Based on [AdminLTE 3.1.0](https://github.com/ColorlibHQ/AdminLTE/releases/tag/v3.1.0)**. More widgets, helpers and Gii will be added in the future. This extension on [Yii framework webpage](https://www.yiiframework.com/extension/co0lc0der/yii2-adminlte3-widgets).
At present time the extension includes
- Traits
* [CardToolsSupportTrait](docs/CardToolsSupportTrait.md)
* [ShadowSupportTrait](docs/ShadowSupportTrait.md)
* [ColorSupportTrait](docs/ColorSupportTrait.md)
* [CustomCssSupportTrait](docs/CustomCssSupportTrait.md)
- Helpers
* [CardToolsHelper](docs/CardToolsHelper.md)
- Widgets
* [CardWidget](docs/CardWidget.md)
* [TabsCardWidget](docs/TabsCardWidget.md)
* [ProfileCardWidget](docs/ProfileCardWidget.md)
* [ContactCardWidget](docs/ContactCardWidget.md)
* [DirectChatWidget](docs/DirectChatWidget.md)
* [SocialWidget](docs/SocialWidget.md)
* [UserCardWidget](docs/UserCardWidget.md)Read [documentation](https://github.com/co0lc0der/yii2-adminlte3-widgets/blob/main/docs/index.md) for examples.
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```sh
composer require co0lc0der/yii2-adminlte3-widgets
```or add
```js
"co0lc0der/yii2-adminlte3-widgets": "*"
```to the require section of your `composer.json` file.