Skip to content

Instantly share code, notes, and snippets.

View chasenlehara's full-sized avatar

Chasen Le Hara chasenlehara

View GitHub Profile
import Component from "can-component";
import value from "can-value";
// components/page-home.js
const HomePage = Component.extend({
tag: "page-home",
//...
});
// components/page-task.js