> ## Documentation Index
> Fetch the complete documentation index at: https://hellocsv.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Height and Width

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`.

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