Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
パッカリーをポリマー要素と組み合わせて使用する方法について、私は何時間も探してきました。私が達成したいのは、コンテンツアイテムである要素を含むコンテンツリストである要素です。商品を「パック詰め」したい。
明確にするために:
<packery-element> <template repeat="{{item in items}}"> <content-item class="item"></content-item> </template> </packery-element>