import { Alert } from '@fluentui/react-northstar'; import * as React from 'react'; import { Link } from 'react-router-dom'; import ComponentExample from '../../../../components/ComponentDoc/ComponentExample'; import ExampleSection from '../../../../components/ComponentDoc/ExampleSection'; const Content = () => ( Toolbar item can open a popup. See Popup component for more details. } examplePath="components/Toolbar/Content/ToolbarExamplePopup" />

When custom kind is used it is the responsibility of the consumer to verify accessibility and styling aspects of the component and handle them correctly. This kind of items can't be actionable, but actionable components might be added to the content slot.

); export default Content;