mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
6 lines
171 B
Svelte
6 lines
171 B
Svelte
<script lang="ts">
|
|
import { Breadcrumb } from "carbon-components-svelte";
|
|
</script>
|
|
|
|
<Breadcrumb skeleton count={3} />
|
|
<Breadcrumb noTrailingSlash skeleton count={5} />
|