base-element
base-element copied to clipboard
:beginner: An element authoring library for creating standalone and performant elements.
From `this.afterRender()`: > This method **needs to be called** when returning a constructed virtual tree. If the method is mandatory, wouldn't it make sense to always run it internally? What...
They should be combined as all aspects should run on both. Then update the test script to: `standard && node test/index.js && zuul --local 9966 -- test/index.js` [browser-test-helpers](https://github.com/shama/browser-test-helpers) needs an...
CSS can be attached to elements with: `this.attachCSS('css src')` which will localize the CSS to the element. - [ ] How does this fair with nested elements? _Im thinking top...
Security