alladas/yii2-news-sticker

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

Maintainers

Package info

github.com/alladas/yii2-news-sticker

Language:JavaScript

Type:yii2-extension

pkg:composer/alladas/yii2-news-sticker

Statistics

Installs: 59

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-04-01 14:29:20 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(); ?>```