\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,"Custom Component","2025-02-16T03:36:23Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/107",0.7362262,{"description":2888,"labels":2889,"number":1662,"owner":2862,"repository":2863,"state":2874,"title":2890,"updated_at":2891,"url":2892,"score":2893},"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.7479559,{"description":2895,"labels":2896,"number":2898,"owner":2862,"repository":2863,"state":2874,"title":2899,"updated_at":2900,"url":2901,"score":2902},"### Describe the feature\n\nIt would be nice to have the collapse option for individual folders.\r\n\r\n## Example\r\n\r\napp.config.ts\r\n```ts\r\naside: {\r\n collapse: true,\r\n}\r\n```\r\n\r\n_dir.yml\r\n```yml\r\ntitle: Configuration\r\ncollapse: false\r\n```\r\n\r\n\r\n\n\n### Additional information\n\n- [ ] Would you be willing to help implement this feature?",[2897],{"name":2857,"color":2858},50,"feat: add collapse option to individual folder","2025-01-17T05:27:28Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/50",0.7489854,{"description":2904,"labels":2905,"number":2909,"owner":2862,"repository":2863,"state":2874,"title":2910,"updated_at":2911,"url":2912,"score":2913},"### 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_",[2906],{"name":2907,"color":2908},"🐞 bug","FBCA04",81,"'Target' prop doesn't work","2024-12-31T11:37:11Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/81",0.76708466,{"description":2915,"labels":2916,"number":2918,"owner":2862,"repository":2863,"state":2874,"title":2919,"updated_at":2920,"url":2921,"score":2922},"### Environment\n\n System:\r\n OS: Linux 5.15 Ubuntu 24.04.1 LTS 24.04.1 LTS (Noble Numbat)\r\n CPU: (24) x64 Intel(R) Core(TM) i9-9920X CPU @ 3.50GHz\r\n Memory: 28.41 GB / 31.20 GB\r\n Container: Yes\r\n Shell: 5.9 - /usr/bin/zsh\r\n Binaries:\r\n Node: 20.12.2 - ~/.nvm/versions/node/v20.12.2/bin/node\r\n npm: 10.5.0 - ~/.nvm/versions/node/v20.12.2/bin/npm\r\n pnpm: 9.7.0 - ~/.local/share/pnpm/pnpm\r\n bun: 1.1.33 - ~/.bun/bin/bun\r\n npmPackages:\r\n nuxt: ^3.13.2 => 3.13.2\n\n### Describe the bug\n\nhttps://shadcn-docs-nuxt.vercel.app/components/docs/alert\r\n\r\nUsing the alert, when just use:\r\n```\r\n::alert\r\nblabla\r\n::\r\n```\r\n\r\nOR\r\n```\r\n::alert{}\r\nblabla\r\n::\r\n```\r\n\r\nThe default style is not black (as shown in the doc), but the `info` style (blue)\n\n### Reproduction\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2917],{"name":2907,"color":2908},47,"bug: `alert` without `type` default to the info style","2024-11-03T13:45:02Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/47",0.7694678,{"description":2924,"labels":2925,"number":2926,"owner":2862,"repository":2863,"state":2874,"title":2927,"updated_at":2928,"url":2929,"score":2930},"Hi,\r\n\r\nHow to add localization?\r\n",[],33,"How to add localization?","2024-10-06T09:23:05Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/33",0.7699848,{"description":2932,"labels":2933,"number":2031,"owner":2862,"repository":2863,"state":2874,"title":2934,"updated_at":2935,"url":2936,"score":2937},"Fresh install using the command `npx nuxi@latest init nuxtfast -t github:ZTL-UwU/shadcn-docs-nuxt-starter` and then running `npm run dev` errors. The page loads for a split second, then errors with `Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/node_modules/shadcn-docs-nuxt/pages/index.vue`\r\n\r\n\r\n\r\n\r\n",[],"Failed to fetch dynamically imported module: http://localhost:3000/_nuxt/node_modules/shadcn-docs-nuxt/pages/index.vue","2024-06-25T12:34:04Z","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/9",0.77729714,{"description":2939,"labels":2940,"number":2942,"owner":2862,"repository":2863,"state":2874,"title":2943,"updated_at":2900,"url":2944,"score":2945},"### 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?",[2941],{"name":2857,"color":2858},46,"feat: extend tabs with selectable list of tabs","https://github.com/ZTL-UwU/shadcn-docs-nuxt/issues/46",0.77959245,["Reactive",2947],{},["Set"],["ShallowReactive",2950],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fIlzuR2M-wMuaVfpsUSTqdnu5hz2kaozDONTchKrknoQ":-1},"/ZTL-UwU/shadcn-docs-nuxt/49"]