import * as React from 'react';
import { Alert } from '@fluentui/react-northstar';
import { Link } from 'react-router-dom';
import Rtl from './Rtl';
import Types from './Types';
import States from './States';
import Variations from './Variations';
const SegmentExamples = () => (
<>
Segment component shouldn't be used to handle layout aspects. To address layouts and positioning
aspects refer to Flex and Grid components
(and general Layout guide).