Skip to content

Instantly share code, notes, and snippets.

@dongsik-yoo
Created January 31, 2020 06:55
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/1766e2b7b16d674106e8eaebb15801c9 to your computer and use it in GitHub Desktop.
Save dongsik-yoo/1766e2b7b16d674106e8eaebb15801c9 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