import TestCase from '../../TestCase'; import Fixture from '../../Fixture'; import PrintRectsFragmentContainer from './PrintRectsFragmentContainer'; const React = window.React; export default function GetClientRectsCase() { return (
  • Click the "Print Rects" button to get the client rects of the elements.
  • Calling getClientRects on the fragment instance will return a list of a DOMRectList for each child node. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
    ); }