migrate some components

This commit is contained in:
peterkogo
2024-11-13 13:33:49 +01:00
parent 880ed8886b
commit 28e4fad342
31 changed files with 505 additions and 459 deletions
@@ -2,13 +2,10 @@
import { Panel } from '$lib/container/Panel';
import type { AttributionProps } from './types';
type $$Props = AttributionProps;
export let proOptions: $$Props['proOptions'] = undefined;
export let position: $$Props['position'] = 'bottom-right';
let { proOptions, position = 'bottom-right' }: AttributionProps = $props();
</script>
{#if !proOptions?.hideAttribution}
{#if proOptions?.hideAttribution}
<Panel
{position}
class="svelte-flow__attribution"