docs: add showcase page (#3659)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Hugo Richard
2025-04-02 13:06:46 +02:00
committed by GitHub
parent b3a6b861cd
commit 36c24ffe5c
16 changed files with 473 additions and 18 deletions

View File

@@ -31,6 +31,11 @@ export function useSearchLinks() {
label: 'Figma',
icon: 'i-simple-icons-figma',
to: '/figma'
}, {
icon: 'i-lucide-presentation',
label: 'Community > Showcase',
description: 'Check out some of the amazing projects built with Nuxt UI.',
to: '/showcase'
}, {
label: 'Community > Contribution',
description: 'A comprehensive guide on contributing to Nuxt UI, including project structure, development workflow, and best practices.',