mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
react app
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
<!--ALFRESCO CUSTOM WEBCOMPONENTS-->
|
||||
<link rel="import" href="webcomponents/file-upload/file-upload.html">
|
||||
<link rel="import" href="webcomponents/alfresco-file-list/src/alfresco-file-list.html">
|
||||
|
||||
<!--STYLES-->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
|
||||
@@ -44,6 +45,7 @@
|
||||
<paper-icon-button class="search-header-search-icon" icon="search"></paper-icon-button>
|
||||
</div>
|
||||
</div>
|
||||
<img className="nav-logo" src="http://facebook.github.io/react/img/logo.svg" width="60" height="60" />
|
||||
|
||||
<paper-menu-button>
|
||||
<paper-icon-button icon="menu" class="dropdown-trigger"></paper-icon-button>
|
||||
@@ -60,15 +62,12 @@
|
||||
<div id="content">
|
||||
|
||||
<div id="example"></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</paper-scroll-header-panel>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
<script src="build/helloworld.js"></script>
|
||||
</html>
|
Reference in New Issue
Block a user