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

206 lines
5.7 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-03 19:38:57 +00:00
{
"name": "Avatar",
"to": "/avatar"
},
2025-03-05 18:28:46 +00:00
{
"name": "Badge",
"to": "/badge"
},
2025-03-04 10:12:57 +00:00
{
"name": "Button",
"to": "/button"
},
{
"name": "Card",
"to": "/card"
},
2025-03-01 21:47:51 +00:00
{
"name": "Checkbox",
"to": "/checkbox"
},
2025-03-03 14:59:38 +00:00
{
"name": "Chip",
"to": "/chip"
},
2025-03-05 14:26:30 +00:00
{
"name": "Divider",
"to": "/divider"
},
2025-03-10 08:27:23 +00:00
{
"name": "Fieldset",
"to": "/fieldset"
},
2025-03-01 16:58:47 +00:00
{
"name": "InputMask",
"to": "/inputmask"
},
2025-03-03 13:56:28 +00:00
{
"name": "InputNumber",
"to": "/inputnumber"
},
2025-03-05 11:02:38 +00:00
{
"name": "InputOtp",
"to": "/inputotp"
},
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-06 10:47:11 +00:00
{
"name": "Message",
"to": "/message"
},
2025-03-05 10:08:59 +00:00
{
"name": "Panel",
"to": "/panel"
},
2025-03-03 20:23:53 +00:00
{
"name": "ProgressBar",
"to": "/progressbar"
},
2025-03-01 22:12:11 +00:00
{
"name": "RadioButton",
"to": "/radiobutton"
},
2025-03-03 11:00:23 +00:00
{
"name": "Rating",
"to": "/rating"
},
2025-03-01 21:04:47 +00:00
{
"name": "SelectButton",
"to": "/selectbutton"
},
2025-03-03 19:54:07 +00:00
{
"name": "Skeleton",
"to": "/skeleton"
},
2025-03-01 14:43:15 +00:00
{
"name": "Slider",
"to": "/slider"
},
2025-03-05 19:03:23 +00:00
{
"name": "Tag",
"to": "/tag"
},
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"
},
{
"name": "Toast",
"to": "/toast"
},
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
},
2025-03-03 15:04:06 +00:00
{
2025-03-04 08:43:38 +00:00
"name": "Figma UI Kit",
"icon": "pi pi-pencil",
"to": "https://primevue.org/uikit"
},
{
2025-03-03 15:04:06 +00:00
"name": "Templates",
"icon": "pi pi-heart",
"to": "https://primevue.org/templates"
},
{
"name": "PrimeBlocks",
"icon": "pi pi-server",
"href": "https://primeblocks.org"
},
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",
2025-03-03 15:04:06 +00:00
"href": "https://github.com/primefaces/primevue/tree/master/apps/volt/volt"
2025-02-28 11:49:42 +00:00
},
{
"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"
}
]
}
]
}