chore: Moved Breadcrumbs to design system and added stories

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2026-01-21 07:19:19 +00:00
parent 17c78be916
commit 8a143a2916
35 changed files with 524 additions and 357 deletions

View File

@@ -0,0 +1,4 @@
export { BreadcrumbSkeleton } from "./Breadcrumb/BreadcrumbSkeleton"
export { Breadcrumbs } from "./Breadcrumbs"
export { BreadcrumbsSkeleton } from "./BreadcrumbsSkeleton"
export type { BreadcrumbsProps } from "./types"