Results 2 comments of Paweł Romanowski

It seems to me that at the beginning we should consider how we approach this problem, personally I see 3 options. 1) Retrieve all monitors, their resolution, positions (if possible)...

It is quite simple ```js import { addComponent, defineNuxtModule } from '@nuxt/kit' interface ComponentGroup { chunkName: string exports: string[] } const flowbiteComponents: ComponentGroup[] = [ { chunkName: 'flowbite/button', exports: [...