```tsx {2,8}
import React from 'react';
import { Player, DefaultUi } from '@vime/react';

function Example() {
  return (
    <Player>
      {/* ... */}
      <DefaultUi />
    </Player>
  );
}
```
