2017 © Pedro Peláez
 

yii2-extension yii2-noty

Noty3 widget for Yii2

image

rsmike/yii2-noty

Noty3 widget for Yii2

  • Saturday, April 7, 2018
  • by rsmike
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 35 % Grown

The README.md

Simple notification widget for Yii2

Noty widget for Yii2, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist rsmike/yii2-noty "*"

or add, (*4)

"rsmike/yii2-noty": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your layout file like this:, (*6)

<?= NotyWidget::widget([
    'typeOptions' => [
        'success' => ['timeout' => 3000],
        'info' => ['timeout' => 3000],
    ],
    'options' => [
        'progressBar' => true,
        'timeout' => false,
        'layout' => 'topCenter',
        'dismissQueue' => true,
        'theme' => 'relax'
    ],
]) ?>

The Versions

07/04 2018

dev-master

9999999-dev

Noty3 widget for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar rsmike

yii2 widget alert noty noty3

26/01 2018

1.0.2

1.0.2.0

Noty3 widget for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar rsmike

yii2 widget alert noty noty3

24/01 2018

1.0.1

1.0.1.0

Noty3 widget for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar rsmike

yii2 widget alert noty noty3

24/01 2018

1.0.0

1.0.0.0

Noty3 widget for Yii2

  Sources   Download

MIT

The Requires

 

by Avatar rsmike

yii2 widget alert noty noty3