comindware.core.ui
Version:
Comindware Core UI provides the basic components like editors, lists, dropdowns, popups that we so desperately need while creating Marionette-based single-page applications.
17 lines (14 loc) • 329 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Core UI demo page</title>
</head>
<body>
<div class="js-app-region app-container"></div>
<noscript>
You must enable JavaScript to use the application
</noscript>
</body>
</html>