phore/theme-coreui

CoreUI 主题

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

This package is auto-updated.

Last update: 2024-09-19 03:47:52 UTC


README

功能齐全的页面

Screenshot

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

登录页面

Screenshot

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

开发

启动容器时包含示例。