Skip to content

Instantly share code, notes, and snippets.

@dEN5-tech
Created November 16, 2022 19:24
Show Gist options
  • Select an option

  • Save dEN5-tech/94bee135062bcdfc40d8ba1b57a18eff to your computer and use it in GitHub Desktop.

Select an option

Save dEN5-tech/94bee135062bcdfc40d8ba1b57a18eff to your computer and use it in GitHub Desktop.
CalDOM - Hello World!
_("body")
.append(
_("+h1").text("Hello World!")
);
//Short append
_( "body", _("+p", "This is CalDOM.") );
<script src="https://unpkg.com/caldom"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment