import * as React from 'react'; import { Link } from 'react-router-dom'; import { Alert } from '@fluentui/react-northstar'; import Types from './Types'; import Performance from './Performance'; import { LayoutSuggestions } from '../../../components/ComponentDoc/Suggestions'; const BoxExamples = () => ( <>

Box component should be used carefully, in almost all cases you don't need it.

Remember that styles prop applied directly to an element most probably will break theme switching scenarios - thus, prefer to use variables instead of styles for overrides.

); export default BoxExamples;