MDX Tests: Astro & Svelte 5 & Canvas
Ilja
November 10, 2024
Lazy-Loading Svelte Component (with Astro wrapper)
import LazyLoadDemo from '@components/Notes/Examples/LazyLoadDemo.astro';
instantiate
▶ Interactive feature — view on fubits.dev
Simple Svelte 5 Component
import DynamicCssBefore from '@components/Notes/Examples/DynamicCssBefore.svelte';
instantiate
▶ Interactive feature — view on fubits.dev
Simple Svelte 5 Component (SVG)
import SvgOffsetPath from '@components/Notes/Examples/SvgOffsetPath.svelte';
instantiate
▶ Interactive feature — view on fubits.dev
Svelte 5 Component with Children
import CanvasDotplot from '@components/Notes/Examples/CanvasDotplot.svelte';
instantiate
Astro Children
▶ Interactive feature — view on fubits.dev
Legacy Svelte 3/4 Component mixed with Svelte 5 Components
import Layers from '@components/Notes/Examples/Layers.svelte';
instantiate
▶ Interactive feature — view on fubits.dev
Discussion in the ATmosphere