mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Added hint for polyfills
This commit is contained in:
@@ -18,6 +18,8 @@ Web Components go into the **component/** folder and can be imported like this:
|
||||
<?php
|
||||
component('myapp', 'tabs'); // adds component/tabs.html
|
||||
|
||||
.. note:: Keep in mind that Web Components are still very new and you `might need to add polyfills using Polymer <http://www.polymer-project.org/resources/compatibility.html>`_
|
||||
|
||||
Standard layout
|
||||
===============
|
||||
To use the commonly used layout consisting of sidebar navigation and content the **app-navigation** and **app-content** ids can be used:
|
||||
|
||||
Reference in New Issue
Block a user