Skip to content

Commit

Permalink
Update Codesandbox embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
OFRBG authored Dec 14, 2023
1 parent e53639f commit be0ce14
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/demos.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@ sidebar_position: 3
# Demos

## Formidable Pokemon GraphQL Demo

<div>
<iframe src="https://codesandbox.io/embed/graphqmon-lipwgx?autoresize=1&codemirror=1&fontsize=14&hidenavigation=1&module=%2Fsrc%2FPokemonList.tsx&theme=dark&runonclick=1&view=editor"
style={{width:"100%", height:"500px", border:"0", borderRadius: "4px", overflow:"hidden"}}
title="GraphQmon"
<iframe src="https://codesandbox.io/embed/lipwgx?view=split&module=%2Fsrc%2FPokemonList.tsx&theme=dark&runonclick=1&hidenavigation=1&fontsize=12&editorsize=70"
style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
title="graphqmon"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
></iframe>
</div>
## Anilist GraphQL API Demo

<div>
<iframe src="https://codesandbox.io/embed/graphime-vkhqji?autoresize=1&codemirror=1&fontsize=14&hidenavigation=1&module=%2Fsrc%2FGraphime.tsx&theme=dark&runonclick=1&view=editor"
style={{width:"100%", height:"500px", border:"0", borderRadius: "4px", overflow:"hidden"}}
title="Graphime"
<iframe src="https://codesandbox.io/embed/vkhqji?view=split&module=%2Fsrc%2FGraphime.tsx&theme=dark&runonclick=1&hidenavigation=1&fontsize=12&editorsize=70"
style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
title="graphqmon"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
></iframe>
</div>

0 comments on commit be0ce14

Please sign in to comment.