phore/theme-coreui

CoreUI theme

Installs: 3 547

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:CSS

pkg:composer/phore/theme-coreui

v0.2.1 2020-04-26 21:05 UTC

This package is auto-updated.

Last update: 2025-10-19 06:17:19 UTC


README

Full featured Page

Screenshot

$config = new CoreUI_Config_PageWithAside();
$tpl = new CoreUI_PageWithAside($config);
$tpl->out();

Login Page

Screenshot

$config = new CoreUI_Config_LoginPage();
$tpl = new CoreUI_LoginPage($config);
$tpl->out();

Develpment

Examples are included when you start the container.