UNPKG

marko-widgets

Version:

Module to support binding of behavior to rendered UI components rendered on the server or client

7 lines (6 loc) 167 B
module.exports = require('marko-widgets').defineComponent({ template: require('./template.marko'), init: function() { this.name = 'app-foo'; } });