phore/theme-coreui

CoreUI theme

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

This package is auto-updated.

Last update: 2024-04-19 03:04:38 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.