web-component

    0熱度

    1回答

    dom-if模板不起作用。我有以下聚合物2成分: <link rel="import" href="../bower_components/polymer/polymer-element.html"> <dom-module id="ohr-block"> <template> <style> :host { display: block;

    1熱度

    1回答

    嘿! 我很難理解HTML導入的特定行爲。我只是在進口內交換一行並獲得完全不同的輸出。 因此,這裏是我得到了什麼? 的index.html <!DOCTYPE html> <html> <head> <link rel="import" href="./element-a.html"> <link rel="import" href="./element-b.html">

    0熱度

    1回答

    我有(聚合物主要是紙單元)與WebComponents標準做了一個網頁,我需要通過AJAX獲得HTML頁面的部分的HTML。 當我附上通過AJAX getted到我的網頁的HTML,不能正確地呈現。 在圖像中,可以是apreciate,所述paper-card heading="Dominio .com"是,HTML經由AJAX getted和附加到該網頁的paper-card,但沒有得到該聚合物

    1熱度

    2回答

    如何動態樣式添加到影子DOM 的index.html <!DOCTYPE html> <html> <head> <title>Document</title> <link rel="import" href="nav-component.html"> </head> <body> <app-nav></app-nav> </body> </html>

    0熱度

    1回答

    的內容投影在角模板 <component> <span *ngFor="let entity of entities">{{entity.name}}</span> </component> 我有以下的,並希望重組它看起來像 <component [entities]="entities"> <span>{{entity.name}}</span> </componen

    0熱度

    1回答

    我正在嘗試將一些自定義樣式添加到paper-slider中的可編輯文本中。我知道我可以通過 <paper-slider value="0" id="myslider" editable></paper-slider> CSS #myslider{ --paper-slider-input: { position:absolute; top: 50px;

    1熱度

    1回答

    我正在爲我的ReactJS webapp使用BlueprintJS UI組件。 我想擺脫的警告使用Tree組件來呈現一個文件瀏覽器時: Each child in an array or iterator should have a unique "key" prop. Check the render method of "Tree" 在documentation of the Tree com

    2熱度

    1回答

    此處的規範 - https://drafts.csswg.org/css-scoping/#slots-in-shadow-tree有如下注釋。 注意:將元素分配給插槽的非顯而易見的結果是它們從它們分配給的插槽繼承。他們的原始光樹父親和他們的插槽被分配到的任何更深的插槽不會影響繼承。 所以我想,一旦一個元素被開槽,是可以獲得樣式應用於元素,可以繼承像color或background-color不會

    0熱度

    2回答

    對於已經問過的問題here 但是這個問題從來沒有得到答案。 我想對addEventListener鐵形式,如: 我的HTML進口: <link rel="import" href="/bower_components/polymer/polymer.html"> <link rel="import" href="/bower_components/iron-ajax/iron-ajax.html

    1熱度

    3回答

    如果https://www.webcomponents.org/允許您將搜索範圍限制爲與聚合物版本2兼容的元素,那就太好了。 我試圖vaadin格但它並不兼容聚合物2 有誰知道,與聚合物2工作的電網? 謝謝。