Search by

uikit flash notifications

v2.5.1 2026-06-23 10:01 UTC

This package is auto-updated.

Last update: 2026-08-29 17:58:46 UTC


README

Latest Version on Packagist Total Downloads Build Status StyleCI

This is where your description should go. Take a look at contributing.md to see a to do list.

Installation

Via Composer

$ composer require ilbronza/ukn

Usage

The existing shortcuts retain their default position and timeout:

Ukn::success('Saved');

Use the fluent notification API when a notification needs specific presentation options:

Ukn::notification('Saved')
    ->success()
    ->center()
    ->timeout(5000)
    ->send();

center() places the notification at top-center. Use position() for any other UIkit notification position.

Change log

Please see the changelog for more information on what has changed recently.

Testing

$ composer test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email davide@sistema.srl instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.