@aria-ui/tooltip
TypeScript icon, indicating that this package has built-in type declarations

0.0.25 • Public • Published

@aria-ui/tooltip

TooltipContentDataAttributes #

data-state

Type: "open" | "closed"

TooltipContentProps #

altBoundary

Whether to check the alternate elementContext’s boundary. Please see https://floating-ui.com/docs/detectoverflow#altboundary for more information.

Type: boolean

Default: false

autoUpdate

Options to activate auto-update listeners

Type: boolean | AutoUpdateOptions

See

https://floating-ui.com/docs/autoUpdate

Default: true

boundary

Describes the clipping element(s) or area that overflow will be checked relative to. Please see https://floating-ui.com/docs/detectoverflow#boundary for more information.

Type: Boundary

Default: 'clippingAncestors'

elementContext

The element that will be used to check for overflow. Please see https://floating-ui.com/docs/detectoverflow#elementcontext for more information.

Type: ElementContext

Default: 'floating'

fitViewport

Whether to constrain the floating element's width and height to not exceed the viewport.

Type: boolean

Default: false

flip

Whether to flip the placement in order to keep it in view when the preferred placement(s) will overflow the clipping boundary. You can also provide an array of placements to try sequentially if the preferred placement does not fit.

Type: boolean | Placement[]

Default: true

hide

Whether to hide the floating element when the reference element or the floating element is fully clipped.

Type: boolean

Default: false

hoist

Whether to use the browser Popover API to place the floating element on top of other page content. When enabled, the floating element won't be clipped by an ancestor. This provides a similar result to React's <Portals> or Vue's <Teleport>.

Type: boolean

Default: true

inline

Whether to improve positioning for inline reference elements that span over multiple lines.

Type: boolean

Default: false

offset

The distance between the reference and floating element.

Type: OffsetOptions

Default: 6

overflowPadding

Describes the virtual padding around the boundary to check for overflow. Please see https://floating-ui.com/docs/detectoverflow#padding for more information.

Type: number

Default: 4

overlap

Whether the floating element can overlap the reference element to keep it in view.

Type: boolean

Default: false

placement

The initial placement of the floating element

Type: Placement

Default: "top"

rootBoundary

Describes the root boundary that the element will be checked for overflow relative to. Please see https://floating-ui.com/docs/detectoverflow#rootboundary for more information.

Type: RootBoundary

Default: 'viewport'

sameHeight

Whether to constrain the floating element's height so that it matches the reference element.

Type: boolean

Default: false

sameWidth

Whether to constrain the floating element's width so that it matches the reference element.

Type: boolean

Default: false

shift

Whether the floating element should shift to keep it in view.

Type: boolean

Default: true

strategy

The strategy to use for positioning

Type: "fixed" | "absolute"

Default: "absolute"

transform

Whether to use CSS transforms to position the floating element instead of layout (top and left CSS properties). CSS transforms are more performant, but can cause conflicts with transform animations.

Type: boolean

Default: false

TooltipRootEvents #

openChange

Fired when the open state changes.

Type: CustomEvent<boolean>

TooltipRootProps #

closeDelay

The delay in milliseconds before the tooltip closes.

Type: number

Default: 300

open

Whether the popover is open.

Type: boolean

Default: false

openDelay

The delay in milliseconds before the tooltip opens.

Type: number

Default: 700

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.251,716latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.251,716
0.0.240
0.0.231
0.0.22613
0.0.219
0.0.200
0.0.194
0.0.180
0.0.170
0.0.160
0.0.151
0.0.140
0.0.130
0.0.120
0.0.110
0.0.107
0.0.97
0.0.87
0.0.78
0.0.67
0.0.50
0.0.47
0.0.37
0.0.214
0.0.114

Package Sidebar

Install

npm i @aria-ui/tooltip

Weekly Downloads

2,422

Version

0.0.25

License

none

Unpacked Size

18.1 kB

Total Files

8

Last publish

Collaborators

  • ocavue