Many examples using Metal.js for different use cases:
-
attribute- A simple class that has no rendering logic. -
custom-build/browserify- A simple component using soy templates and Browserify. -
custom-build/jspm- A simple component using soy templates and JSPM. -
custom-build/metal-cli- A simple component that is compiled by metal-cli. -
custom-build/no-soy- A simple code with no soy templates built without any preexisting metal tool. -
custom-build/soy- A simple component using soy templates transpiled to ES5 without preexisting metal tools. -
custom-build/systemjs- A simple component using soy templates and System.js. -
flux/todo- A TODO list implementation using Metal.js and Flux. -
soy-component/nested- An example showing nested Metal.js soy components. -
soy-component/no-js- A simple modal component built with soy templates and without any custom js code. -
soy-component/simple- A simple modal component built with soy templates.