Skip to content

Begin

Choose a tag to compare

@Vitexus Vitexus released this 20 Dec 17:47
· 67 commits to master since this release

Bricks Included

in this initial version we have this two:

MainPageMenu

Well framed large icons

MainPageMenu

$mpmenu = new \Ease\ui\MainPageMenu();
$mpmenu->addMenuItem('logo.png', 'Caption', 'https://url/');

TwitterBootstrap Switch

Ease support for http://bootstrapswitch.com/

TWBSwitch

new Ease\ui\TWBSwitch('swname', true, 1,['onText' => 'YES', 'offText' => 'NO']);