alladas/yii2-news-sticker

jQuery and Bootstrap 3 based plugin for creating a clean responsive news ticker/slider

Installs: 59

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Language:JavaScript

Type:yii2-extension

dev-master 2015-03-11 21:41 UTC

This package is not auto-updated.

Last update: 2024-06-12 05:52:10 UTC


README

jQuery and Bootstrap 3 based plugin for creating a clean responsive news ticker/slider

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist alladas/yii2-news-sticker "*"

or add

"alladas/yii2-news-sticker": "*"

to the require section of your composer.json file.

Usage

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

<?= \alladas\yii2newssticker\NewsSticker::widget(); ?>```