This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Welcome to Code in Framer | |
// Get Started: https://www.framer.com/docs/guides/ | |
import ReactMarkdown from "https://cdn.skypack.dev/react-markdown@7?min" | |
import remarkGfm from "https://esm.sh/remark-gfm@3?bundle" | |
import { addPropertyControls, ControlType } from "framer" | |
/** | |
* These annotations control how your component sizes | |
* Learn more: https://www.framer.com/docs/guides/auto-sizing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
let title = "HTML All The Things"; | |
let num = 0; | |
function iHave(){ | |
num++; | |
} | |
</script> | |
<main> |