add aria labels

This commit is contained in:
peterkogo
2025-04-17 18:06:33 +02:00
parent aaed8c721e
commit 473ddc5b61
6 changed files with 48 additions and 7 deletions
@@ -18,6 +18,7 @@
import type { SvelteFlowProps } from './types';
import { type ProviderContext, type StoreContext } from '$lib/store/types';
import Wrapper from './Wrapper.svelte';
import { A11yDescriptions } from '$lib/components/A11yDescriptions';
let {
width,
@@ -193,5 +194,6 @@
</Pane>
</Zoom>
<Attribution {proOptions} position={attributionPosition} />
<A11yDescriptions {store} />
{@render children?.()}
</Wrapper>