Breadcrumbs
kumo-svelte

Installation

Barrel

import { Breadcrumbs } from 'kumo-svelte';

Granular

import { Breadcrumbs } from 'kumo-svelte/components/breadcrumbs';

Usage

Examples

Basic

Loading

Root

Clipboard

API Reference

PropTypeDefaultDescription
size 'sm' | 'base'"base"Size of the breadcrumbs.
children Snippet-Breadcrumbs.Link, Breadcrumbs.Separator, Breadcrumbs.Current, and Breadcrumbs.Clipboard children.
class string-Additional classes merged onto the nav element.
PropTypeDefaultDescription
href *string-Destination URL.
icon Component-Icon component rendered before the label.
PropTypeDefaultDescription
icon Component-Icon component rendered before the label.
loading booleanfalseShows a skeleton placeholder instead of the label.
PropTypeDefaultDescription
No component-specific props. Accepts standard HTML attributes.
PropTypeDefaultDescription
text *string-Text copied to the clipboard.