PaulieScanlon / mdx-embed

Embed 3rd party media content in MDX - no import required 🧽
https://mdx-embed.netlify.app/
MIT License
271 stars 30 forks source link

Dune Embed #245

Open slavakurilyak opened 2 years ago

slavakurilyak commented 2 years ago

Is your feature request related to a problem? Please describe. It would be great to see Dune embeds

Describe the solution you'd like Here is on official guide by the Dune team on how to use embeds and parameterized embeds

Describe alternatives you've considered Native embeds

Additional context Here is a code snippet example:

<iframe src="https://dune.xyz/embeds/208941/391702/2cbe40da-a0e4-43ac-896b-fef6d4d9fda7" height="500" width="500" title="chart 1"></iframe>
spences10 commented 2 years ago

@PaulieScanlon, it looks like Dune is a crypto analytics dashboard thing.

Hey @slavakurilyak if you take a look at the contributing guide it will detail what you need to do to create a component for use in MDX Embed. If you take a look at the other components in the project you can get a good feel for how they are structured.

Thanks