An open API service indexing awesome lists of open source software.

https://github.com/phore/phore-theme-coreui

coreui html template
https://github.com/phore/phore-theme-coreui

Last synced: 5 months ago
JSON representation

coreui html template

Awesome Lists containing this project

README

          

# Phore CoreUI responsive admin theme

- [CoreUI](https://coreui.io/demo/#main.html)
- [DateRange Picker](http://daterangepicker.com/#examples)

## Full featured Page
![Screenshot](doc/screenshot-full.jpg)

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

## Login Page
![Screenshot](doc/screenshot-login.jpg)

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

## Develpment

Examples are included when you start the container.