File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Examples
2+
3+ These examples add reactive marimo cells to MDX pages in several hosts.
4+ Each folder contains a runnable integration.
5+
6+ | Host | Example |
7+ | -------------- | -------------------------------------- |
8+ | Astro | [ ` with-astro ` ] ( ./with-astro ) |
9+ | Docusaurus | [ ` with-docusaurus ` ] ( ./with-docusaurus ) |
10+ | Next.js | [ ` with-next ` ] ( ./with-next ) |
11+ | Nuxt | [ ` with-nuxt ` ] ( ./with-nuxt ) |
12+ | React and Vite | [ ` with-react ` ] ( ./with-react ) |
13+ | Vue and Vite | [ ` with-vue ` ] ( ./with-vue ) |
14+
15+ Use the same integration pattern with any host that supports
16+ [ MDX] ( https://mdxjs.com/ ) : add ` remarkMarimo ` to the host's MDX compiler, load
17+ the package stylesheet, and register the browser runtime. See
18+ [ framework setup] ( ../docs/api/frameworks.mdx ) for the shared contract.
You can’t perform that action at this time.
0 commit comments