Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 657 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 657 Bytes

Responsive jQuery News Ticker Box with Bootstrap3

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(); ?>```