You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've currently implemented a code block for the new Theme Generator using Shiki. I've modeled this after the integration from the Floating UI Svelte app. However, Shiki has updated to use a Singleton approach. So we should update at least the Theme Generator implementation, which can be found in /lib/components/common/CodeBlock/CodeBlock.svelte
This will be used as the basis for the upcoming integration guide, so any other improvements are welcome:
We've currently implemented a code block for the new Theme Generator using Shiki. I've modeled this after the integration from the Floating UI Svelte app. However, Shiki has updated to use a Singleton approach. So we should update at least the Theme Generator implementation, which can be found in
/lib/components/common/CodeBlock/CodeBlock.svelte
This will be used as the basis for the upcoming integration guide, so any other improvements are welcome:
Likewise, I wouldn't mind if the Floating UI Svelte version was updated alongside this. But it's lesser priority.
The text was updated successfully, but these errors were encountered: