Skip to content

Instantly share code, notes, and snippets.

View mikhail-karan's full-sized avatar

Mikhail Karan mikhail-karan

View GitHub Profile
@mikhail-karan
mikhail-karan / Markdown.tsx
Created April 22, 2023 16:05
Markdown component for use with Framer.com
// 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
<script>
let title = "HTML All The Things";
let num = 0;
function iHave(){
num++;
}
</script>
<main>