\n )}\n\n \u003Ch2 style={{ marginTop: 0 }}>{title}\u003C/h2>\n\n \u003Cul style={{ listStyle: 'none', padding: 0, margin: 0 }}>\n {fields.map(({ label, value }, index) => (\n \u003Cli key={index} style={{ marginBottom: '0.5rem' }}>\n \u003Cstrong>{label}:\u003C/strong> {value}\n \u003C/li>\n ))}\n \u003C/ul>\n \u003C/div>\n );\n}\n```\nand import\n\n```mdx\n---\ntitle: \"Helly Riggs\"\n---\n\nimport InfoBox from './InfoBox.jsx'\n\n# Helly Riggs\n\n\u003CInfoBox\n title=\"Helly Riggs\"\n image=\"/images/helly-riggs.jpg\"\n alt=\"Imagem da personagem Helly Riggs\"\n fields={[\n { label: 'Also Known As', value: 'Helly R., Helly Riggs' },\n { label: 'Portrayed By', value: 'Britt Lower' },\n { label: 'Occupation', value: 'Macrodata Refiner at Lumon Industries' },\n { label: 'Status', value: 'Severed, Alive' },\n { label: 'First Appearance', value: 'Good News About Hell' }\n ]}\n/>\n\n```\n",[],107,"closed","Custom Component","2025-02-16T03:36:23Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/107",0.80108327,{"description":2941,"labels":2942,"number":2945,"owner":2871,"repository":2888,"state":2935,"title":2946,"updated_at":2947,"url":2948,"score":2949},"### Environment\n\n System:\n OS: macOS 15.2\n CPU: (12) arm64 Apple M4 Pro\n Memory: 1.15 GB / 24.00 GB\n Shell: 5.9 - /bin/zsh\n Binaries:\n Node: 23.4.0 - /opt/homebrew/bin/node\n Yarn: 4.6.0 - /opt/homebrew/bin/yarn\n npm: 11.0.0 - /opt/homebrew/bin/npm\n Browsers:\n Chrome: 131.0.6778.266\n Edge: 132.0.2957.115\n Safari: 18.2\n\n### Describe the bug\n\nSince this morning (20th of january), when following the provided guide to create a new project using the starter template (npx nuxi@latest init -t github:ZTL-UwU/shadcn-docs-nuxt-starter, npm install, npm run dev), I encounter an error that was not occurring last week:\n\n[...]\n\n```\n[15:26:43] WARN \"/Users/anthony/Developer/[my_company]/foo/node_modules/nuxt-og-image/dist/runtime/server/plugins/nuxt-content\" is imported by \"virtual:#nitro-internal-virtual/plugins\", but could not be resolved – treating it as an external dependency.\n\n✔ Nuxt Nitro server built in 1502 ms nitro 15:26:43\nℹ Vite client warmed up in 237ms 15:26:43\n\n ERROR [worker reload] [worker init] /Users/anthony/Developer/[my_company]/foo/.nuxt/dev/index.mjs failed 15:26:43\n\n [cause]: Cannot find module '/Users/anthony/Developer/[my_company]/nuxt-og-image/dist/runtime/server/plugins/nuxt-content' imported from /Users/anthony/Developer/[my_company]/foo/.nuxt/dev/index.mjs\n\n at finalizeResolution (node:internal/modules/esm/resolve:275:11)\n at moduleResolve (node:internal/modules/esm/resolve:860:10)\n at defaultResolve (node:internal/modules/esm/resolve:984:11)\n at ModuleLoader.defaultResolve (node:internal/modules/esm/loader:654:12)\n at #cachedDefaultResolve (node:internal/modules/esm/loader:603:25)\n at ModuleLoader.resolve (node:internal/modules/esm/loader:586:38)\n at ModuleLoader.getModuleJobForImport (node:internal/modules/esm/loader:242:38)\n at ModuleJob._link (node:internal/modules/esm/module_job:135:49)\n```\n\nAnd, indeed, in .nuxt/dev/index.mjs, I can see a weird import:\n`import _6jKQoiwsVd from '../../../../../nuxt-og-image/dist/runtime/server/plugins/nuxt-content';\n`\n\nThanks for your help !\n\n### Reproduction\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2943,2944],{"name":2905,"color":2906},{"name":2885,"color":2886},90,"bug: npm run dev error with latest version","2025-01-23T09:22:01Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/90",0.8059183,{"description":2951,"labels":2952,"number":2954,"owner":2871,"repository":2888,"state":2935,"title":2955,"updated_at":2956,"url":2957,"score":2958},"### Describe the feature\n\nIt would be nice to have a selectable list of tabs from a dropdown menu. All other functionality would remain the same as the current Tab variants.\r\n\r\nBonus points for the search functionality. Like in the current tabs implementation, the first tab in the list would be selected by default.\r\n\r\n\r\n\r\n\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?",[2953],{"name":2882,"color":2883},46,"feat: extend tabs with selectable list of tabs","2025-01-17T05:27:28Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/46",0.81232166,{"description":2960,"labels":2961,"number":2963,"owner":2871,"repository":2888,"state":2935,"title":2964,"updated_at":2956,"url":2965,"score":2966},"Allow users to add **edit this page** links to both the toc section and the previous/next page section.\r\n\r\n- [x] Link at the end of each page [`ded42e7`](https://github.com/ZTL-UwU/shadcn-docs-nuxt/commit/ded42e797da834f7c7cf07c9ebd9638c02e9e806)\r\n- [x] Control on/off via front-matter [`52d53c1`](https://github.com/ZTL-UwU/shadcn-docs-nuxt/commit/52d53c169e62f1df0e855eef70966764d187cf7e)\r\n- [x] Link in TOC [`ca60053`](https://github.com/ZTL-UwU/shadcn-docs-nuxt/commit/ca6005314170b2ab8cdf7ecbe4d4be7916af2255) #48",[2962],{"name":2882,"color":2883},49,"feat: `edit this page` link in toc & navigation section","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/49",0.81430733,["Reactive",2968],{},["Set"],["ShallowReactive",2971],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fzkzYnCMMyG1db3QQjl66OmBQpPVTwEolQqLNdMSURrc":-1},"/ZTL-UwU/shadcn-docs-nuxt/65"]