UNPKG
@visa/nova-react
Version:
latest (3.1.0)
3.1.0
3.0.0
2.5.4
2.5.3
2.5.2
Visa Product Design System Nova React library. Compatible with React ^19.
@visa/nova-react
/
breadcrumbs
/
index.js
2 lines
(1 loc)
•
296 B
JavaScript
View Raw
1
2
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
,{
value
:!
0
});
var
e=
require
(
"react/jsx-runtime"
),r=
require
(
"clsx"
);
const
s=
"v-breadcrumbs"
,a=
(
{className:a,customSeparator:t,tag:c=
"nav"
,...u}
)=>
e.
jsx
(c,{
className
:
r
(s,t&&
`
${s}
-custom`
,a),...u});a.
displayName
=
"Breadcrumbs"
,
exports
.
default
=a;