primevue-mirror/apps/showcase/assets/menu/menu.json

640 lines
21 KiB
JSON
Raw Normal View History

2021-01-04 06:58:56 +00:00
{
"data": [
{
2023-02-28 08:29:30 +00:00
"name": "Getting Started",
"icon": "pi pi-home",
2021-01-04 06:58:56 +00:00
"children": [
{
2023-12-26 18:28:43 +00:00
"name": "Introduction",
"to": "/introduction"
2021-01-04 06:58:56 +00:00
},
{
2024-01-24 12:49:48 +00:00
"name": "Setup",
"to": "/setup"
2024-01-23 20:21:13 +00:00
},
{
"name": "Playground",
"to": "/playground"
}
]
},
{
"name": "Installation",
"icon": "pi pi-cloud-download",
"children": [
{
"name": "Vite",
2023-12-26 18:28:43 +00:00
"to": "/vite"
2023-10-15 20:57:44 +00:00
},
{
2024-01-23 20:21:13 +00:00
"name": "Nuxt",
2024-01-23 22:58:13 +00:00
"to": "/nuxt"
2023-10-20 19:38:32 +00:00
},
2023-12-26 18:28:43 +00:00
{
2024-01-23 20:21:13 +00:00
"name": "CDN",
"to": "/cdn"
}
]
},
{
"name": "Configuration",
"icon": "pi pi-cog",
"children": [
{
"name": "Options",
2023-12-26 18:28:43 +00:00
"to": "/configuration"
},
2024-01-24 12:49:48 +00:00
{
"name": "Auto Import",
"to": "/autoimport"
2021-04-06 11:42:05 +00:00
}
]
},
2024-05-28 06:18:34 +00:00
{
"name": "Theming",
"icon": "pi pi-palette",
"children": [
{
"name": "Styled Mode",
"to": "/theming/styled"
},
{
"name": "Unstyled Mode",
"to": "/theming/unstyled"
}
]
},
2021-01-04 06:58:56 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "Components",
"icon": "pi pi-compass",
2021-01-04 06:58:56 +00:00
"children": [
{
2023-02-28 08:29:30 +00:00
"name": "Form",
2021-01-04 06:58:56 +00:00
"children": [
{
2023-02-28 08:29:30 +00:00
"name": "AutoComplete",
"to": "/autocomplete"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "CascadeSelect",
"to": "/cascadeselect"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Checkbox",
"to": "/checkbox"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "ColorPicker",
"to": "/colorpicker"
2021-01-04 06:58:56 +00:00
},
{
2024-04-18 14:22:30 +00:00
"name": "DatePicker",
"to": "/datepicker"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Editor",
"to": "/editor"
2021-01-04 06:58:56 +00:00
},
2024-02-02 12:40:35 +00:00
{
"name": "FloatLabel",
2024-09-17 10:26:24 +00:00
"to": "/floatlabel",
"badge": "NEW"
2024-02-02 12:56:33 +00:00
},
{
2024-02-02 13:30:48 +00:00
"name": "IconField",
"to": "/iconfield"
2024-02-02 12:40:35 +00:00
},
2024-09-18 10:16:51 +00:00
{
"name": "IftaLabel",
"to": "/iftalabel",
"badge": "NEW"
},
2021-01-04 06:58:56 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "InputGroup",
"to": "/inputgroup"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "InputMask",
"to": "/inputmask"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "InputNumber",
"to": "/inputnumber"
2021-01-04 06:58:56 +00:00
},
2024-02-21 18:38:16 +00:00
{
"name": "InputOtp",
"to": "/inputotp"
2024-02-21 18:38:16 +00:00
},
2021-01-04 06:58:56 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "InputText",
"to": "/inputtext"
2021-01-04 06:58:56 +00:00
},
2024-10-01 09:38:05 +00:00
{
"name": "KeyFilter",
"to": "/keyfilter",
"badge": "NEW"
},
2021-01-04 06:58:56 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "Knob",
"to": "/knob"
2021-01-04 06:58:56 +00:00
},
2021-12-05 17:21:38 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "Listbox",
"to": "/listbox"
2021-12-05 17:21:38 +00:00
},
2021-01-04 06:58:56 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "MultiSelect",
"to": "/multiselect"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Password",
"to": "/password"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "RadioButton",
"to": "/radiobutton"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Rating",
"to": "/rating"
2021-01-04 06:58:56 +00:00
},
2024-04-18 14:22:30 +00:00
{
"name": "Select",
"to": "/select"
},
2024-04-20 10:47:07 +00:00
{
"name": "SelectButton",
"to": "/selectbutton"
},
2021-01-04 06:58:56 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "Slider",
"to": "/slider"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Textarea",
"to": "/textarea"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "ToggleButton",
"to": "/togglebutton"
2021-01-04 06:58:56 +00:00
},
2024-04-18 14:22:30 +00:00
{
"name": "ToggleSwitch",
"to": "/toggleswitch"
},
2021-01-04 06:58:56 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "TreeSelect",
"to": "/treeselect"
}
]
},
{
"name": "Button",
"children": [
2021-01-04 06:58:56 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "Button",
"to": "/button"
2021-01-04 06:58:56 +00:00
},
{
2024-04-20 10:47:07 +00:00
"name": "SpeedDial",
2023-02-28 08:29:30 +00:00
"to": "/speeddial"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "SplitButton",
"to": "/splitbutton"
2021-01-04 06:58:56 +00:00
}
]
},
{
2023-02-28 08:29:30 +00:00
"name": "Data",
2021-01-04 06:58:56 +00:00
"children": [
{
2023-02-28 08:29:30 +00:00
"name": "DataTable",
"to": "/datatable"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "DataView",
"to": "/dataview"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "OrderList",
"to": "/orderlist"
2021-01-04 06:58:56 +00:00
},
{
2024-04-20 10:47:07 +00:00
"name": "OrgChart",
2023-02-28 08:29:30 +00:00
"to": "/organizationchart"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Paginator",
"to": "/paginator"
2021-05-13 14:14:52 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "PickList",
"to": "/picklist"
},
2024-04-20 10:47:07 +00:00
{
"name": "Timeline",
"to": "/timeline"
},
2023-02-28 08:29:30 +00:00
{
"name": "Tree",
"to": "/tree"
},
{
"name": "TreeTable",
"to": "/treetable"
},
{
"name": "VirtualScroller",
"to": "/virtualscroller"
2021-01-04 06:58:56 +00:00
}
]
},
{
2023-02-28 08:29:30 +00:00
"name": "Panel",
2021-01-04 06:58:56 +00:00
"children": [
{
2023-02-28 08:29:30 +00:00
"name": "Accordion",
"to": "/accordion"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Card",
"to": "/card"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Deferred",
"to": "/deferredcontent"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Divider",
"to": "/divider"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Fieldset",
"to": "/fieldset"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Panel",
"to": "/panel"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "ScrollPanel",
"to": "/scrollpanel"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Splitter",
"to": "/splitter"
2021-01-04 06:58:56 +00:00
},
2024-02-13 06:24:01 +00:00
{
"name": "Stepper",
"to": "/stepper"
2024-02-13 06:24:01 +00:00
},
2024-04-19 13:51:57 +00:00
{
"name": "Tabs",
"to": "/tabs"
},
2021-01-04 06:58:56 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "Toolbar",
"to": "/toolbar"
}
]
},
{
"name": "Overlay",
"children": [
{
"name": "ConfirmDialog",
"to": "/confirmdialog"
},
{
"name": "ConfirmPopup",
"to": "/confirmpopup"
2021-01-04 06:58:56 +00:00
},
2021-05-15 08:25:42 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "Dialog",
"to": "/dialog"
2021-05-15 08:25:42 +00:00
},
2024-04-20 10:47:07 +00:00
{
"name": "Drawer",
"to": "/drawer"
},
2021-01-04 06:58:56 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "DynamicDialog",
"to": "/dynamicdialog"
},
{
2024-04-18 14:22:30 +00:00
"name": "Popover",
"to": "/popover"
2023-02-28 08:29:30 +00:00
},
{
"name": "Tooltip",
"to": "/tooltip"
2021-01-04 06:58:56 +00:00
}
]
},
{
2023-02-28 08:29:30 +00:00
"name": "File",
"children": [
{
"name": "Upload",
"to": "/fileupload"
}
]
2021-01-04 06:58:56 +00:00
},
{
"name": "Menu",
2023-02-28 08:29:30 +00:00
"children": [
{
"name": "Breadcrumb",
"to": "/breadcrumb"
},
{
"name": "ContextMenu",
"to": "/contextmenu"
},
{
"name": "Dock",
"to": "/dock"
},
{
"name": "Menu",
"to": "/menu"
},
{
"name": "Menubar",
"to": "/menubar"
},
{
"name": "MegaMenu",
"to": "/megamenu"
},
{
"name": "PanelMenu",
"to": "/panelmenu"
},
{
"name": "TieredMenu",
"to": "/tieredmenu"
}
]
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Chart",
"children": [
{
"name": "Chart.js",
"to": "/chart"
}
]
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Messages",
"children": [
{
"name": "Message",
"to": "/message"
},
{
"name": "Toast",
"to": "/toast"
}
]
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Media",
"children": [
{
"name": "Carousel",
"to": "/carousel"
},
{
"name": "Galleria",
"to": "/galleria"
},
{
"name": "Image",
"to": "/image"
2024-10-03 13:18:21 +00:00
},
{
2024-10-03 17:09:21 +00:00
"name": "ImageCompare",
"to": "/imagecompare",
2024-10-03 13:18:21 +00:00
"badge": "NEW"
2023-02-28 08:29:30 +00:00
}
]
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Misc",
2021-01-04 06:58:56 +00:00
"children": [
2024-04-20 10:47:07 +00:00
{
"name": "AnimateOnScroll",
"to": "/animateonscroll"
},
2021-01-04 06:58:56 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "Avatar",
"to": "/avatar"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Badge",
"to": "/badge"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "BlockUI",
"to": "/blockui"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Chip",
"to": "/chip"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "FocusTrap",
"to": "/focustrap"
2021-01-04 06:58:56 +00:00
},
2024-07-27 15:36:39 +00:00
{
"name": "Fluid",
"to": "/fluid"
},
2024-09-16 16:26:32 +00:00
{
"name": "Inplace",
"to": "/inplace"
},
2024-01-11 13:46:09 +00:00
{
"name": "MeterGroup",
"to": "/metergroup"
2024-01-11 13:46:09 +00:00
},
2021-01-04 06:58:56 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "ProgressBar",
"to": "/progressbar"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "ProgressSpinner",
"to": "/progressspinner"
},
2024-09-19 07:21:49 +00:00
{
"name": "ScrollTop",
"to": "/scrolltop"
},
{
"name": "Skeleton",
"to": "/skeleton"
},
2023-02-28 08:29:30 +00:00
{
"name": "Ripple",
"to": "/ripple"
},
{
"name": "StyleClass",
"to": "/styleclass"
},
{
"name": "Tag",
"to": "/tag"
},
{
"name": "Terminal",
"to": "/terminal"
2021-01-04 06:58:56 +00:00
}
]
}
]
},
2024-10-23 04:05:27 +00:00
{
"name": "Forms",
"icon": "pi pi-check-circle",
"to": "/forms",
"badge": "NEW"
},
2023-07-09 21:13:49 +00:00
{
"name": "Pass Through",
"icon": "pi pi-directions",
"to": "/passthrough"
},
2023-09-09 23:25:16 +00:00
{
2024-05-27 19:18:44 +00:00
"name": "Tailwind CSS",
2024-10-29 10:42:31 +00:00
"icon": "pi pi-star",
"to": "/tailwind"
2023-02-28 08:29:30 +00:00
},
{
2023-04-18 14:58:46 +00:00
"name": "Icons",
2023-02-28 08:29:30 +00:00
"icon": "pi pi-eye",
2023-04-18 14:58:46 +00:00
"children": [
{
"name": "Prime Icons",
2024-05-21 11:47:01 +00:00
"to": "/icons"
2023-04-18 14:58:46 +00:00
},
{
"name": "Custom Icons",
"to": "/customicons"
}
]
2023-02-28 08:29:30 +00:00
},
2024-10-29 10:42:31 +00:00
{
"name": "Figma UI Kit",
"icon": "pi pi-pencil",
"to": "/uikit"
},
2023-02-28 08:29:30 +00:00
{
"name": "Templates",
2024-10-29 10:42:31 +00:00
"icon": "pi pi-heart",
2023-02-28 08:29:30 +00:00
"to": "/templates"
},
{
"name": "PrimeBlocks",
"icon": "pi pi-server",
2024-09-12 09:18:58 +00:00
"href": "https://primeblocks.org",
"badge": "NEW"
2023-02-28 08:29:30 +00:00
},
{
2023-12-26 08:13:55 +00:00
"name": "Guides",
"icon": "pi pi-book",
"children": [
{
"name": "Accessibility",
"to": "/guides/accessibility"
},
2024-11-01 06:53:49 +00:00
{
"name": "Dynamic Imports",
"to": "/guides/dynamicimports"
},
2024-05-27 11:15:29 +00:00
{
"name": "Migration to V4",
"to": "/guides/migration/v4"
},
2024-05-27 12:25:09 +00:00
{
"name": "PrimeFlex",
"to": "/guides/primeflex"
},
2023-12-26 08:13:55 +00:00
{
"name": "PrimeTV",
"href": "https://www.youtube.com/channel/UCTgmp69aBOlLnPEqlUyetWw"
2024-11-01 11:09:12 +00:00
},
{
"name": "RTL",
"to": "/guides/rtl",
"badge": "NEW"
2023-12-26 08:13:55 +00:00
}
]
2023-07-09 21:13:49 +00:00
},
2023-03-08 08:35:24 +00:00
{
"name": "Support",
"icon": "pi pi-question",
"children": [
{
2024-06-06 10:57:28 +00:00
"name": "Discord",
2023-03-08 08:35:24 +00:00
"href": "https://discord.gg/gzKFYnpmCY"
},
{
"name": "Forum",
2023-09-12 15:01:11 +00:00
"href": "https://github.com/orgs/primefaces/discussions"
2023-03-08 08:35:24 +00:00
},
{
"name": "PRO Support",
"to": "/support"
}
]
},
2023-02-28 08:29:30 +00:00
{
"name": "Discover",
"icon": "pi pi-search",
"children": [
2023-03-08 08:35:24 +00:00
{
"name": "About Us",
"to": "/team"
},
2023-02-28 08:29:30 +00:00
{
"name": "Roadmap",
"to": "/roadmap"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Source Code",
"href": "https://github.com/primefaces/primevue"
2021-01-04 06:58:56 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Changelog",
2024-07-03 06:56:33 +00:00
"href": "https://github.com/primefaces/primevue/blob/master/CHANGELOG.md"
2021-01-04 06:58:56 +00:00
},
2024-10-27 10:54:37 +00:00
{
"name": "Contribution",
"to": "/contribution",
"icon": "pi pi-users"
},
2021-01-04 06:58:56 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "Store",
"href": "https://www.primefaces.org/store/"
2021-01-04 06:58:56 +00:00
},
2022-12-09 06:52:26 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "Twitter",
2023-10-18 10:15:34 +00:00
"href": "https://twitter.com/primevue"
2022-12-09 06:52:26 +00:00
},
{
2023-02-28 08:29:30 +00:00
"name": "Newsletter",
"href": "https://www.primefaces.org/newsletter"
2022-12-09 06:52:26 +00:00
},
2021-08-04 10:01:32 +00:00
{
2023-02-28 08:29:30 +00:00
"name": "PrimeGear",
"href": "https://gear.primefaces.org"
}
]
2021-01-04 06:58:56 +00:00
}
]
2023-10-18 10:15:34 +00:00
}