matthewp / bram

Web components, live bound templates, in 4kB

Home Page:https://bramjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easier access to child elements

matthewp opened this issue · comments

It would be great if you could more easily access child elements. Say you have a template like:

<template>
  <form id="myForm">

  </form>
</template>

I believe Polymer makes this be this.$.myForm. I like this pattern, I might steal it.

Going to close this, something that can easily be done with a library.