mizanchan22/im1-it-xmixc3ll

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

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/mizanchan22/im1-it-xmixc3ll

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

This package is auto-updated.

Last update: 2025-10-03 07:28:06 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') ?>