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
/
label
/
index.js
2 lines
(1 loc)
•
297 B
JavaScript
View Raw
1
2
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
,{
value
:!
0
});
var
e=
require
(
"react/jsx-runtime"
),a=
require
(
"clsx"
),r=
require
(
"../typography/index.js"
);
const
s
=(
{className:s,tag:t=
"label"
,...l}
)=>e.
jsx
(r.
default
,{
className
:
a
(
"v-label"
,s),
tag
:t,...l});s.
displayName
=
"Label"
,
exports
.
default
=s;