\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,"ZTL-UwU","shadcn-docs-nuxt","closed","Custom Component","2025-02-16T03:36:23Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/107",0.735124,{"description":2876,"labels":2877,"number":2881,"owner":2868,"repository":2869,"state":2870,"title":2882,"updated_at":2883,"url":2884,"score":2885},"### Environment\n\n```\n System:\n OS: macOS 13.7.4\n CPU: (10) arm64 Apple M1 Pro\n Memory: 84.31 MB / 16.00 GB\n Shell: 5.9 - /bin/zsh\n Binaries:\n Node: 18.20.4 - ~/.nvm/versions/node/v18.20.4/bin/node\n npm: 10.9.0 - ~/.nvm/versions/node/v18.20.4/bin/npm\n Browsers:\n Chrome: 134.0.6998.119\n Safari: 18.3.1\n npmPackages:\n nuxt: ^3.15.4 => 3.16.1 \n shadcn-docs-nuxt: git://github.com/ZTL-UwU/shadcn-docs-nuxt.git#474ee3e29ee442e4ef01ac161e15c4599223cbf1 => 0.8.21 \n vue: ^3.5.13 => 3.5.13 \n\n```\n\n### Describe the bug\n\nThe Navigation Menu viewport is not correctly positioned. It is always aligned to the left, even when the navigation trigger button is on the right.\n\n\n\n### Reproduction\n\n1. Create a nav menu with multiple dropdowns and one all the way on the right\n2. Hover the navigation trigger button\n3. Observe the position of the navigation popover being on the left\n\n### Additional context\n\n**Expected Behavior:** The navigation popover should align with the position of the navigation trigger button.\n\n\n### Logs\n\n```shell-script\n\n```",[2878],{"name":2879,"color":2880},"🐞 bug","FBCA04",124,"bug: Navigation Popover Misalignment","2025-03-25T17:28:06Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/124",0.781685,{"description":2887,"labels":2888,"number":2890,"owner":2868,"repository":2869,"state":2870,"title":2891,"updated_at":2892,"url":2893,"score":2894},"### Environment\n\n System:\r\n OS: Linux 6.12 Manjaro Linux\r\n CPU: (16) x64 AMD Ryzen 7 4800H with Radeon Graphics\r\n Memory: 9.79 GB / 15.04 GB\r\n Container: Yes\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 22.6.0 - ~/.nvm/versions/node/v22.6.0/bin/node\r\n npm: 10.8.3 - ~/.nvm/versions/node/v22.6.0/bin/npm\r\n pnpm: 9.15.1 - ~/.nvm/versions/node/v22.6.0/bin/pnpm\r\n Browsers:\r\n Brave Browser: 131.1.73.101\r\n npmPackages:\r\n nuxt: ^3.15.0 => 3.15.0 \n\n### Describe the bug\n\nThe 'target' prop for the [TeamCard.vue](https://github.com/ZTL-UwU/shadcn-docs-nuxt/blob/c82b996ed2e28d2589dd48beb52e8e7a26fa5faf/components/content/TeamCard.vue) component doesn't work when passing the value '_blank'. \r\n\r\nNow im just gonna fork the repo, but in the next days i will try to fix this!\n\n### Reproduction\n\nBy just using this snippet in any content page you will see that it doesn't open the link in a new tab.\r\n\r\n```markdown\r\n::team-card-group\r\n ::team-card\r\n ---\r\n avatar: https://www.github.com/ZTL-UwU.png\r\n name: Tony Zhang\r\n title: Author of shadcn-docs-nuxt\r\n links:\r\n - icon: lucide:github\r\n to: https://github.com/ZTL-UwU\r\n target: _blank\r\n - icon: lucide:twitter\r\n to: https://x.com/ZTL_UwU\r\n target: _blank\r\n - icon: lucide:coffee\r\n to: https://ko-fi.com/ztl_uwu\r\n target: _blank\r\n ---\r\n ::\r\n::\r\n```\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2889],{"name":2879,"color":2880},81,"'Target' prop doesn't work","2024-12-31T11:37:11Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/81",0.79017437,{"description":2896,"labels":2897,"number":2899,"owner":2868,"repository":2869,"state":2870,"title":2900,"updated_at":2901,"url":2902,"score":2903},"Trying to do `bun run generate`. Rolling back the Nuxt 3.15 update doesn't help either.\r\n\r\nLog: https://paste.asterisk.lol/raw/taxefimequ\r\n\r\nImportant part of Nuxt config:\r\n\r\n```ts\r\n nitro: {\r\n prerender: {\r\n // Pre-render the homepage\r\n routes: ['/', '/setup/quickstart'],\r\n // Then crawl all the links on the page\r\n crawlLinks: true\r\n }\r\n },\r\n icon: {\r\n serverBundle: 'local',\r\n },\r\n extends: ['shadcn-docs-nuxt'],\r\n compatibilityDate: '2024-07-06',\r\n```",[2898],{"name":2879,"color":2880},78,"bug: ssg support","2025-02-06T20:54:52Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/78",0.7953377,{"description":2905,"labels":2906,"number":2908,"owner":2868,"repository":2869,"state":2870,"title":2909,"updated_at":2910,"url":2911,"score":2912},"### Environment\n\n System:\n OS: Windows 10 10.0.19045\n CPU: (16) x64 AMD Ryzen 7 7800X3D 8-Core Processor\n Memory: 32.54 GB / 63.22 GB\n Binaries:\n Node: 22.13.1 - C:\\Program Files\\nodejs\\node.EXE\n Yarn: 1.22.22 - ~\\AppData\\Roaming\\npm\\yarn.CMD\n npm: 10.9.2 - C:\\Program Files\\nodejs\\npm.CMD\n pnpm: 10.2.0 - ~\\AppData\\Local\\pnpm\\pnpm.EXE\n Browsers:\n Edge: Chromium (127.0.2651.74)\n Internet Explorer: 11.0.19041.4355\n npmPackages:\n nuxt: ^3.15.4 => 3.15.4\n shadcn-docs-nuxt: ^0.8.14 => 0.8.14\n vue: ^3.5.13 => 3.5.13\n\n\n### Describe the bug\n\nHello. I use `shadcn-docs-nuxt` on github pages. When I run locally it works perfectly fine:\n\n\n\nBut after publishing on GitHub pages, toc start rendering at bottom. \n\n\n\nI was able to fix that issue by adding `grid-auto-flow` to main, but I do not like that workaround.\n\n```css\nmain {\n grid-auto-flow: column;\n}\n```\n\n### Reproduction\n\nMy actions and website can be found [here](https://github.com/untrustedmodders/untrustedmodders.github.io)\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2907],{"name":2879,"color":2880},115,"bug: The top is not in the right place after build.","2025-03-13T04:48:49Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/115",0.8140066,{"description":2914,"labels":2915,"number":2919,"owner":2868,"repository":2869,"state":2870,"title":2920,"updated_at":2921,"url":2922,"score":2923},"### Describe the feature\r\n\r\nWhat the title says. Add an option for a hero image/video to the right of the hero.\r\n\r\nImage can be placed above the hero on mobile.\r\n\r\n### Additional information\r\n\r\n- [ ] Would you be willing to help implement this feature?",[2916],{"name":2917,"color":2918},"✨ feature","0E8A16",59,"feat: heroImage option for heroAlt","2024-12-01T11:59:54Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/59",0.81587416,{"description":2925,"labels":2926,"number":2931,"owner":2868,"repository":2869,"state":2870,"title":2932,"updated_at":2933,"url":2934,"score":2935},"### Environment\n\nNo Env\n\n### Describe the bug\n\n\r\n\r\n\r\nI just set up this project and installed all the dependencies, but when I try to run it, I’m getting an error: _Internal Server Error._\n\n### Reproduction\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nERROR [nuxt] [request error] [unhandled] [500] Cannot find module './node.js'\r\nRequire stack:\r\n- /media/yeasin/Programming/JavaScript/Projects/vue/starters/shadcn-docs-nuxt/debug\r\n\r\n\r\n\r\n ERROR [nuxt] [request error] [unhandled] [500] Cannot find module './node.js'\r\nRequire stack:\r\n- /media/yeasin/Programming/JavaScript/Projects/vue/starters/shadcn-docs-nuxt/debug\r\n\r\n\r\n\r\n ERROR [nuxt] [request error] [unhandled] [500] Cannot find module './node.js'\r\nRequire stack:\r\n- /media/yeasin/Programming/JavaScript/Projects/vue/starters/shadcn-docs-nuxt/debug\r\n\r\n\r\n\r\n ERROR [nuxt] [request error] [unhandled] [500] Cannot find module './node.js'\r\nRequire stack:\r\n- /media/yeasin/Programming/JavaScript/Projects/vue/starters/shadcn-docs-nuxt/debug\r\n\r\n\r\n\r\n ERROR [nuxt] [request error] [unhandled] [500] Cannot find module './node.js'\r\nRequire stack:\r\n- /media/yeasin/Programming/JavaScript/Projects/vue/starters/shadcn-docs-nuxt/debug\n```\n",[2927,2928],{"name":2879,"color":2880},{"name":2929,"color":2930},"✖️ duplicate","cfd3d7",86,"bug: Cannot find module './node.js' ","2025-01-16T04:42:34Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/86",0.8168572,{"description":2937,"labels":2938,"number":2940,"owner":2868,"repository":2869,"state":2870,"title":2941,"updated_at":2942,"url":2943,"score":2944},"### Environment\n\n System:\r\n OS: Linux 5.15 Ubuntu 22.04.4 LTS 22.04.4 LTS (Jammy Jellyfish)\r\n CPU: (24) x64 AMD Ryzen 9 3900X 12-Core Processor\r\n Memory: 23.16 GB / 31.32 GB\r\n Container: Yes\r\n Shell: 5.8.1 - /usr/bin/zsh\r\n Binaries:\r\n Node: 20.18.0 - /mnt/wslg/runtime-dir/fnm_multishells/90837_1734980141248/bin/node\r\n npm: 10.8.2 - /mnt/wslg/runtime-dir/fnm_multishells/90837_1734980141248/bin/npm\r\n pnpm: 9.12.2 - /mnt/wslg/runtime-dir/fnm_multishells/90837_1734980141248/bin/pnpm\r\n bun: 1.1.42 - ~/.bun/bin/bun\r\n npmPackages:\r\n @vueuse/core: ^12.0.0 => 12.0.0\r\n nuxt: ^3.14.1592 => 3.14.1592\r\n radix-vue: ^1.9.11 => 1.9.11\r\n shadcn-nuxt: ^0.11.3 => 0.11.3\r\n vue: ^3.5.13 => 3.5.13\n\n### Describe the bug\n\nThe config is currently being merged incorrectly. If you set `main.pm` to `['npm']`, the value is `['npm', 'npm', 'pnpm', 'bun', 'yarn']`. This is probably due to the line `const processedConfig = defu(appConfig.value, defaultConfig);` in the file `composables/useConfig.ts`.\n\n### Reproduction\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2939],{"name":2879,"color":2880},76,"bug: config is merged incorrectly","2024-12-24T04:56:09Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/76",0.8188708,{"description":2946,"labels":2947,"number":2949,"owner":2868,"repository":2869,"state":2870,"title":2950,"updated_at":2951,"url":2952,"score":2953},"### 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?",[2948],{"name":2917,"color":2918},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.8265955,{"description":2955,"labels":2956,"number":1665,"owner":2868,"repository":2869,"state":2870,"title":2957,"updated_at":2958,"url":2959,"score":2960},"Hello Tony Zhang,\r\n\r\nthanks for your impressing work here!\r\nI am searching for a robust starting-point to make shadcn-vue go the nuxt way - and your project seems very promising.\r\nI understand your motivation as well. The paid nuxt ui pro can be blocking as any commercial licencing ...\r\n\r\nAs soon as we don't have the thing licensed clearly under an OpenSource-license trouble might arise sooner or later.\r\n\r\nMy simple question: Do you need to make this argument, that it is 'too much to pay' for nuxt ui pro? To me this sounds somehow aggressive.\r\n\r\nI think it is absolutely enough motivation to have a \"completely open-sourced fully-fledged docs-template based on shadcn\".\r\n\r\nIt's just an opinion though - keep up the good work!!\r\nHans",[],"Motivation","2025-02-17T05:12:25Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/11",0.8349376,["Reactive",2962],{},["Set"],["ShallowReactive",2965],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f1fIaSw83cr8iRzOslksh7rYiiAPaOp5l9V-wOTyFvIA":-1},"/ZTL-UwU/shadcn-docs-nuxt/126"]