/widget-bind

Sample app for demonstrating binding behavior to rendered DOM elements

Primary LanguageJavaScript

Marko Widgets: Bind Behavior

This sample app utilizes the following modules to demonstrate how to bind widget behavior to a rendered DOM element:

Installation

git clone https://github.com/marko-js-samples/widget-bind.git
cd widget-bind
npm install
node server.js

Navigate to http://localhost:8080/ to see your application in action!