mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 06:51:46 +01:00
feat(Breadcrumb): new component (#506)
Co-authored-by: Eduard Aymerich <eduardaymerich@gmail.com> Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a97593985c
commit
a35bfc7343
7
src/runtime/types/breadcrumb.d.ts
vendored
Normal file
7
src/runtime/types/breadcrumb.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { Link } from './link'
|
||||
|
||||
export interface BreadcrumbLink extends Link {
|
||||
label: string
|
||||
icon?: string
|
||||
iconClass?: string
|
||||
}
|
||||
1
src/runtime/types/index.d.ts
vendored
1
src/runtime/types/index.d.ts
vendored
@@ -1,6 +1,7 @@
|
||||
export * from './accordion'
|
||||
export * from './avatar'
|
||||
export * from './badge'
|
||||
export * from './breadcrumb'
|
||||
export * from './button'
|
||||
export * from './clipboard'
|
||||
export * from './command-palette'
|
||||
|
||||
Reference in New Issue
Block a user