nevermnd/yii2-hinter

Bootstrap alert hinter.js widget for Yii2

Installs: 660

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

pkg:composer/nevermnd/yii2-hinter

v1.2.2 2017-01-16 17:48 UTC

This package is not auto-updated.

Last update: 2025-10-12 00:41:35 UTC


README

Build Status

Yii2 hinter.js widget.

Automatically shows a nice hint with messages flashed into session on page load.

Installation

The preferred way to install this extension is through composer.

Either run

$ composer require nevermnd/yii2-hinter:^1.1

or add

"nevermnd/yii2-hinter": "^1.1"

to the require section of your composer.json file.

Usage

<?= Hinter::widget([
  'errorMessageParam'   => 'error',
  'successMessageParam' => 'success',
  'containerSelector'   => '#main-div'
]); ?>

For complete documentation, visit the hinter.js page.

License

Licensed under the incredibly permissive MIT license