wolf.ui library is an extension for the wolf.js used to add some predefined UI and UI design capabilities to wolf.js
To load wolf.ui simply import it on the HTML header of your page after the wolf.js import (wolf.js must be imported before).
<html>
<head>
<script type='text/javascript' src="wolf/wolf.js"></script>
<script type='text/javascript' src="wolf/ui/wolf.ui.js"></script>
</head>
Additionally the wolf.ui.css and wolf.lib.css are recommended. For more information read the "ui-" documents inside doc folder