Hacker News new | ask | show | jobs
by warp 2429 days ago
Maybe the is="" attribute gets you partway there?

    <ul is="label-list">
        <li is="list-item">foo</li>
    </ul>
EDIT: google's documentation: https://developers.google.com/web/fundamentals/web-component...