tdot/yii2-categorycard

Creates a category simple card layout.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2020-06-12 21:36 UTC

This package is auto-updated.

Last update: 2024-09-13 07:04:35 UTC


README

Creates a category simple card layout.

Installation

The preferred way to install this extension is through composer.

Either run

composer require tdot/yii2-categorycard:dev-master

or add

        "tdot/yii2-categorycard": "dev-master"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \app\components\tdotcard\Categorycard::widget(['name' => 'something', 'image' => 'image URL', 'description' => 'something']); ?>