primevue-mirror/apps/labs/assets/data/menu.json

127 lines
3.6 KiB
JSON
Raw Normal View History

2025-02-28 11:49:42 +00:00
{
"data": [
{
"name": "Getting Started",
"icon": "pi pi-home",
"children": [
2025-02-28 22:59:25 +00:00
{
"name": "Introduction",
"to": "/introduction"
},
2025-02-28 11:49:42 +00:00
{
"name": "Vite",
"to": "/vite"
},
{
"name": "Nuxt",
"to": "/nuxt"
}
]
},
{
"name": "Components",
"icon": "pi pi-compass",
"children": [
2025-03-01 21:47:51 +00:00
{
"name": "Checkbox",
"to": "/checkbox"
},
2025-03-01 16:58:47 +00:00
{
"name": "InputMask",
"to": "/inputmask"
},
2025-02-28 11:49:42 +00:00
{
2025-02-28 22:59:25 +00:00
"name": "InputText",
"to": "/inputtext"
2025-03-01 14:01:54 +00:00
},
2025-03-01 22:12:11 +00:00
{
"name": "RadioButton",
"to": "/radiobutton"
},
2025-03-01 21:04:47 +00:00
{
"name": "SelectButton",
"to": "/selectbutton"
},
2025-03-01 14:43:15 +00:00
{
"name": "Slider",
"to": "/slider"
},
2025-03-01 14:01:54 +00:00
{
"name": "Textarea",
"to": "/textarea"
2025-03-01 16:44:31 +00:00
},
2025-03-01 19:45:40 +00:00
{
"name": "Timeline",
"to": "/timeline"
},
2025-03-01 20:47:05 +00:00
{
"name": "ToggleButton",
"to": "/togglebutton"
},
2025-03-01 16:44:31 +00:00
{
"name": "ToggleSwitch",
"to": "/toggleswitch"
2025-02-28 11:49:42 +00:00
}
]
},
{
"name": "Icons",
"icon": "pi pi-eye",
2025-02-28 22:59:25 +00:00
"to": "/icons"
2025-02-28 11:49:42 +00:00
},
{
"name": "Support",
"icon": "pi pi-question",
"children": [
{
"name": "Discord Server",
"href": "https://discord.gg/gzKFYnpmCY"
},
{
"name": "Forum",
"href": "https://github.com/orgs/primefaces/discussions"
},
{
"name": "PRO Support",
"href": "https://primevue.org/support"
}
]
},
{
"name": "Discover",
"icon": "pi pi-search",
"children": [
{
"name": "About Us",
"href": "https://primevue.org/team"
},
{
"name": "Newsletter",
"href": "https://www.primefaces.org/newsletter"
},
{
"name": "PrimeGear",
"href": "https://gear.primefaces.org"
},
{
"name": "Source Code",
"href": "https://github.com/primefaces/primevue-tailwind"
},
{
"name": "Store",
"href": "https://www.primefaces.org/store/"
},
{
"name": "Twitter",
"href": "https://twitter.com/primevue"
},
{
"name": "PrimeTV",
"icon": "pi pi-youtube",
"href": "https://www.youtube.com/channel/UCTgmp69aBOlLnPEqlUyetWw"
}
]
}
]
}