first
This commit is contained in:
commit
0738070ce1
287 changed files with 10116 additions and 0 deletions
7
src/lib/components/ui/breadcrumb/breadcrumb.svelte
Normal file
7
src/lib/components/ui/breadcrumb/breadcrumb.svelte
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script>
|
||||
let { ref = $bindable(), class: className, children, ...restProps } = $props();
|
||||
</script>
|
||||
|
||||
<nav bind:this={ref} class={className} aria-label="breadcrumb" {...restProps}>
|
||||
{@render children?.()}
|
||||
</nav>
|
Loading…
Add table
Add a link
Reference in a new issue