Skip to content

Instantly share code, notes, and snippets.

@dongsik-yoo
Created January 31, 2020 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dongsik-yoo/0c224cb62d0aa58873728eb4a30266c3 to your computer and use it in GitHub Desktop.
Save dongsik-yoo/0c224cb62d0aa58873728eb4a30266c3 to your computer and use it in GitHub Desktop.
import { Month, Week } from "esm-ui-library";
const week = new Week(document.getElementById("app1"));
week.render();
// const month = new Month(document.getElementById("app2"));
// month.render();
// document.getElementById("ssr").innerHTML = month.renderToString();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment