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
/
tooltip
/
index.mjs
2 lines
(1 loc)
•
200 B
JavaScript
View Raw
1
2
import
{jsx
as
a}
from
"react/jsx-runtime"
;
import
s
from
"clsx"
;
const
t
=(
{className:t,tag:o=
"span"
,...e}
)=>
a
(o,{
className
:
s
(
"v-tooltip"
,
"v-surface"
,t),...e});t.
displayName
=
"Tooltip"
;
export
{t
as
default
};