feat(tooltip): add default role for aria
This commit is contained in:
parent
bc2020f560
commit
bef29ebf19
@ -1,5 +1,5 @@
|
|||||||
import { type AsChild, Slot, type VariantProps, vcn } from "@pswui-lib";
|
import { type AsChild, Slot, type VariantProps, vcn } from "@pswui-lib";
|
||||||
import React, { useState } from "react";
|
import React, { useState, useId } from "react";
|
||||||
|
|
||||||
interface TooltipContextBody {
|
interface TooltipContextBody {
|
||||||
position: "top" | "bottom" | "left" | "right";
|
position: "top" | "bottom" | "left" | "right";
|
||||||
@ -140,6 +140,7 @@ const TooltipContent = React.forwardRef<HTMLDivElement, TooltipContentProps>(
|
|||||||
...variantProps,
|
...variantProps,
|
||||||
position: contextState.position,
|
position: contextState.position,
|
||||||
})}
|
})}
|
||||||
|
role="tooltip"
|
||||||
{...rest}
|
{...rest}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user