add blocks

This commit is contained in:
Atakan
2025-11-08 17:37:47 +03:00
parent 13a50a3af3
commit 319f976d2b
4 changed files with 1261 additions and 0 deletions

View File

@@ -28,6 +28,23 @@ const model = ref([
{ label: 'Misc', icon: 'pi pi-fw pi-circle', to: '/uikit/misc' }
]
},
{
label: 'Prime Blocks',
icon: 'pi pi-fw pi-prime',
items: [
{
label: 'Free Blocks',
icon: 'pi pi-fw pi-eye',
to: '/blocks'
},
{
label: 'All Blocks',
icon: 'pi pi-fw pi-globe',
url: 'https://blocks.primevue.org/',
target: '_blank'
}
]
},
{
label: 'Pages',
icon: 'pi pi-fw pi-briefcase',