Navigation
Breadcrumbs
Root label, current page, optional copy-link button.
Basic
Without copy button
Usage
import { Breadcrumbs } from '@pulsesync/uikit'
<Breadcrumbs
rootLabel="Панель управления"
currentLabel="Пользователи"
onCopy={() => navigator.clipboard.writeText(location.href)}
copyLabel="Copy link"
/>