Skip to content

Instantly share code, notes, and snippets.

View Finlandia's full-sized avatar

Henry Finlandia

  • The Netherlands
View GitHub Profile
@Finlandia
Finlandia / app.html
Last active August 27, 2017 14:23
aurelia SVG with custom element
<template>
<require from="./customelement"></require>
<require from="./withattr"></require>
customelement w/o compose:
<svg width="100%" height="150px">
<customelement view-model.bind="customElementViewModel"/>
</svg>