mizanchan22/im1-it-xmixc3ll

Advanced CI4 ViewCell Components (Modal, Alert, Error, etc.)

v1.0.0 2025-07-03 06:53 UTC

This package is auto-updated.

Last update: 2025-07-03 06:55:55 UTC


README

Advanced ViewCell Components for CodeIgniter 4 — Modal, Alert, Error, Spinner, and more.

Usage Example

<?= view_cell('modal', ['id' => 'myModal', 'title' => 'Confirm', 'content' => 'Are you sure?']) ?>
<?= view_cell('alert') ?>