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.

Usage

Declare the Tooltip component.
{``}

Output




Props

); } }