tooltip

v4.15.0arrow_drop_down
v4.15.0
STATUS
Passing
DOWNLOADS
185
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
N/A
1 contributor
Install tooltip as a package?
Copied
npm i @bit/segmentio.evergreen.tooltip
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
chevron_left
chevron_right
Properties
NameTypeDefault valueDescription
appearance
'default' | 'card''default'

The appearance of the tooltip.

position
Position.TOP | Position.TOP_LEFT | Position.TOP_RIGHT | Position.BOTTOM | Position.BOTTOM_LEFT | Position.BOTTOM_RIGHT | Position.LEFT | Position.RIGHTPosition.BOTTOM

The position the Popover is on.

content
(required)
node

The content of the Popover.

hideDelay
number120

Time in ms before hiding the Tooltip.

isShown
bool

When True, manually show the Tooltip.

children
(required)
node

The target button of the Tooltip.

statelessProps
object

Properties passed through to the Tooltip.

children
node
appearance
(required)
'default' | 'card'

The appearance of the tooltip.

theme
(required)
object

Theme provided by ThemeProvider.

Help and resources