todo: make swyxkit render interactive components #37
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
so technically since swyxkit runs content thru mdsvex, you can write mdsvex inside github issues and then build that out as a svelte component that runs in the browser.
the necessary steps are:
<script>
, pass it into svelte.compile@html
(as is done todayand it should work, barring any cross dependencies.
The text was updated successfully, but these errors were encountered: