No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

Tooltip Example

The Tooltip component can be use with other sds-react-components or any HTML element.
To use it, write the following structure:

<Tooltip content="Tooltip Message" position="top">

</ Tooltip>

For this example it was used a <Button /> component as the ElementToHover.

Tootltip message