11.0.4 • Published 24 days ago

@leafygreen-ui/tooltip v11.0.4

Weekly downloads
667
License
Apache-2.0
Repository
github
Last release
24 days ago

Tooltip

npm (scoped)

View on MongoDB.design

Installation

Yarn

yarn add @leafygreen-ui/tooltip

NPM

npm install @leafygreen-ui/tooltip

Example

import Tooltip from '@leafygreen-ui/tooltip';

<Tooltip
  align="top"
  justify="start"
  trigger={<button>trigger</button>}
  triggerEvent="hover"
  darkMode={true}
>
  I am an uncontrolled Tooltip!
</Tooltip>;

Output HTML

<button aria-describedby="tooltip-6">
  trigger
  <div class="leafygreen-ui-1hyfx7x"></div>
</button>
<div>
  <div class="leafygreen-ui-63ea86">
    <div role="tooltip" id="tooltip-6" class="leafygreen-ui-a17v6a">
      <div class="leafygreen-ui-11wlmto">
        <div class="leafygreen-ui-ry7wu4"></div>
      </div>
      I am an uncontrolled Tooltip!
    </div>
  </div>
</div>

Properties

PropTypeDescriptionDefault
openbooleanControls the component, and determines whether or not the <Tooltip /> will appear open or closed.false
setOpenfunctionIf controlling the component, pass state handling function to setOpen prop. This will keep the consuming application's state in-sync with LeafyGreen's state, while the <Tooltip /> component responds to events such as backdrop clicks and a user pressing the Escape key.(boolean) => boolean
initialOpenbooleanPasses an initial "open" value to an uncontrolled Tooltip.false
shouldClosefunctionCallback that should return a boolean that determines whether or not the <Tooltip /> should close when a user tries to close it.() => true
align'top', 'bottom', 'left', 'right'Determines the preferred alignment of the <Tooltip /> component relative to the element passed to the trigger prop. If no trigger is passed, the Tooltip will be positioned against its nearest parent element.'top'
justify'start', 'middle', 'end', 'fit'Determines the preferred justification of the <Tooltip /> component (based on the alignment) relative to the element passed to the trigger prop. If no trigger is passed, the Tooltip will be positioned against its nearest parent element.'start'
triggerfunction, React.ReactNodeA React.ReactNode against which the <Tooltip /> will be positioned, and what will be used to trigger the opening and closing of the Tooltip component, when the Tooltip is uncontrolled. If no trigger is passed, the Tooltip will be positioned against its nearest parent element. If using a ReactNode or inline function, trigger signature is: ({children, ...rest}) => (<button {...rest}>trigger {children}). When using a function, you must pass children as an argument in order for the tooltip to render.
triggerEvent'hover', 'click'DOM event that triggers opening/closing of <Tooltip /> component'hover'
darkModebooleanDetermines if the <Tooltip /> will appear in dark mode.false
idstringid applied to <Tooltip /> component
classNamestringApplies a className to Tooltip container
childrennodeContent that will be rendered inside of <Tooltip />
enabledbooleanEnables Tooltip to trigger based on the event specified by triggerEvent.true
onClosefunctionCallback that is called when the tooltip is closed internally. E.g. on ESC press, on backdrop click, on blur..() => {}
usePortalbooleanDetermines if the Tooltip will be rendered within a portal.true
portalContainerHTMLElement | nullSets the container used for the popover's portal. NOTE: If using a scrollContainer make sure that the portalContainer is contained within the scrollContainer. E.g, passing the same refrence to scrollContainer and portalContainer.
scrollContainerHTMLElement | nullIf the popover portal has a scrollable ancestor other than the window, this prop allows passing a reference to that lement to allow the portal to position properly.
portalClassNamestringPasses the given className to the popover's portal container if the default portal container is being used.
popoverZIndexnumberSets the z-index CSS property for the popover.
baseFontSize13 | 16font-size applied to typography elementdefault to value set by LeafyGreen Provider
...native div attributesAny other props will be spread on the root div element
11.0.4

24 days ago

11.0.3

1 month ago

11.0.2

2 months ago

11.0.1

2 months ago

11.0.1-popover.0

4 months ago

10.0.5

10 months ago

10.0.6

9 months ago

10.0.7

9 months ago

10.0.8

9 months ago

10.0.9

9 months ago

11.0.0

6 months ago

10.1.0

7 months ago

11.0.0-alpha.1

10 months ago

11.0.0-alpha.0

10 months ago

10.0.11

8 months ago

10.0.10

8 months ago

10.0.0

12 months ago

10.0.1

12 months ago

10.0.2

11 months ago

10.0.3

11 months ago

10.0.4

11 months ago

10.0.2-next.2

12 months ago

10.0.2-next.1

12 months ago

10.0.2-next.0

12 months ago

10.0.2-next.6

12 months ago

10.0.2-next.5

12 months ago

10.0.2-next.4

12 months ago

10.0.2-next.3

12 months ago

10.0.2-next.7

12 months ago

9.1.8

1 year ago

9.1.7

1 year ago

9.1.6

1 year ago

9.1.5

1 year ago

9.1.4

1 year ago

9.0.3

1 year ago

9.1.1

1 year ago

9.1.0

1 year ago

9.1.3

1 year ago

9.1.2

1 year ago

9.0.2

1 year ago

9.0.1

1 year ago

9.0.0

1 year ago

7.1.3

2 years ago

7.1.2

2 years ago

8.0.1

2 years ago

8.0.0

2 years ago

7.1.1

2 years ago

7.1.2-test.0

2 years ago

7.1.2-next.2

2 years ago

7.1.2-next.0

2 years ago

7.1.2-next.1

2 years ago

7.0.4

2 years ago

7.1.0

2 years ago

7.0.3

2 years ago

7.0.2

2 years ago

7.0.1

2 years ago

7.0.0

2 years ago

6.3.1

3 years ago

6.3.0

3 years ago

6.2.2

3 years ago

6.2.1

3 years ago

6.2.0

3 years ago

6.1.9

3 years ago

6.1.8

3 years ago

6.1.7

3 years ago

6.1.6

3 years ago

6.1.5

3 years ago

6.1.4

3 years ago

6.1.3

3 years ago

6.1.2

3 years ago

6.1.1

3 years ago

6.1.0

3 years ago

6.0.1

4 years ago

6.0.0

4 years ago

5.0.1

4 years ago

5.0.0

4 years ago

4.0.0

4 years ago

3.3.7

4 years ago

3.3.6

4 years ago

3.3.5

4 years ago

3.3.4

4 years ago

3.3.3

4 years ago

3.3.2

4 years ago

3.3.1

4 years ago

3.3.0

4 years ago

3.2.2

4 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

5 years ago

1.0.0

5 years ago