height, max-height, width, or max-width. To ensure proper scaling and responsiveness, it’s important to include flex.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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>