import * as React from "react"; import * as System from "~/components/system"; import Group from "~/components/system/Group"; import SystemPage from "~/components/system/SystemPage"; import ViewSourceLink from "~/components/system/ViewSourceLink"; export default class SystemPageTooltips extends React.Component { render() { return ( Tooltips

The Tooltip component is used to provide the user with more information in a message that appears when they interact with an element.


Imports

Import React and the TooltipAnchor Component.

{`import * as React from 'react'; import { TooltipAnchor } from 'slate-react-system';`}

Usage

Declare the Tooltip component.
{`class ExampleOne extends React.Component { render() { return( ) } }`}

Output




Accepted React Properties

); } }