You can customize the dimensions by setting height, max-height, width, or max-width. To ensure proper scaling and responsiveness, it’s important to include flex.

<div style={{ display: 'flex', height: '80vh' }}>
  <Importer .../>
</div>