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-02-28 08:29:30 +00:00
|
|
|
"name": "Installation",
|
|
|
|
"to": "/installation"
|
2021-01-04 06:58:56 +00:00
|
|
|
},
|
|
|
|
{
|
2023-02-28 08:29:30 +00:00
|
|
|
"name": "Configuration",
|
|
|
|
"to": "/configuration"
|
2023-10-15 20:57:44 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Nuxt",
|
|
|
|
"to": "/nuxt",
|
|
|
|
"badge": "NEW"
|
2023-10-20 19:38:32 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Playground",
|
|
|
|
"to": "/playground",
|
|
|
|
"badge": "NEW"
|
2021-04-06 11:42:05 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
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": "Calendar",
|
|
|
|
"to": "/calendar"
|
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": "Chips",
|
|
|
|
"to": "/chips"
|
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
|
|
|
},
|
|
|
|
{
|
2023-02-28 08:29:30 +00:00
|
|
|
"name": "Dropdown",
|
|
|
|
"to": "/dropdown"
|
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
|
|
|
},
|
|
|
|
{
|
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
|
|
|
},
|
|
|
|
{
|
2023-02-28 08:29:30 +00:00
|
|
|
"name": "InputSwitch",
|
|
|
|
"to": "/inputswitch"
|
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
|
|
|
},
|
|
|
|
{
|
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
|
|
|
},
|
|
|
|
{
|
2023-02-28 08:29:30 +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
|
|
|
},
|
|
|
|
{
|
2023-02-28 08:29:30 +00:00
|
|
|
"name": "TreeSelect",
|
|
|
|
"to": "/treeselect"
|
2021-01-04 06:58:56 +00:00
|
|
|
},
|
|
|
|
{
|
2023-02-28 08:29:30 +00:00
|
|
|
"name": "TriStateCheckbox",
|
|
|
|
"to": "/tristatecheckbox"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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
|
|
|
},
|
|
|
|
{
|
2023-02-28 08:29:30 +00:00
|
|
|
"name": "Speed Dial",
|
|
|
|
"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
|
|
|
},
|
|
|
|
{
|
2023-02-28 08:29:30 +00:00
|
|
|
"name": "Org Chart",
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tree",
|
|
|
|
"to": "/tree"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "TreeTable",
|
|
|
|
"to": "/treetable"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Timeline",
|
|
|
|
"to": "/timeline"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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
|
|
|
},
|
|
|
|
{
|
2023-02-28 08:29:30 +00:00
|
|
|
"name": "TabView",
|
|
|
|
"to": "/tabview"
|
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
|
|
|
},
|
2021-01-04 06:58:56 +00:00
|
|
|
{
|
2023-02-28 08:29:30 +00:00
|
|
|
"name": "DynamicDialog",
|
|
|
|
"to": "/dynamicdialog"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "OverlayPanel",
|
|
|
|
"to": "/overlaypanel"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Sidebar",
|
|
|
|
"to": "/sidebar"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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": "Steps",
|
|
|
|
"to": "/steps"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "TabMenu",
|
|
|
|
"to": "/tabmenu"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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": "InlineMessage",
|
|
|
|
"to": "/inlinemessage"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
]
|
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": [
|
|
|
|
{
|
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
|
|
|
},
|
|
|
|
{
|
2023-02-28 08:29:30 +00:00
|
|
|
"name": "Inplace",
|
|
|
|
"to": "/inplace"
|
2021-01-04 06:58:56 +00:00
|
|
|
},
|
|
|
|
{
|
2023-02-28 08:29:30 +00:00
|
|
|
"name": "ScrollTop",
|
|
|
|
"to": "/scrolltop"
|
2021-01-04 06:58:56 +00:00
|
|
|
},
|
|
|
|
{
|
2023-02-28 08:29:30 +00:00
|
|
|
"name": "Skeleton",
|
|
|
|
"to": "/skeleton"
|
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"
|
|
|
|
},
|
2023-10-13 10:28:54 +00:00
|
|
|
{
|
2023-10-24 13:44:43 +00:00
|
|
|
"name": "AnimateOnScroll",
|
|
|
|
"to": "/animateonscroll"
|
2023-10-13 10:28:54 +00:00
|
|
|
},
|
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
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2023-02-28 08:29:30 +00:00
|
|
|
"name": "Theming",
|
|
|
|
"icon": "pi pi-palette",
|
2021-01-04 06:58:56 +00:00
|
|
|
"children": [
|
|
|
|
{
|
2023-07-09 21:13:49 +00:00
|
|
|
"name": "Styled Mode",
|
|
|
|
"children": [
|
|
|
|
{
|
|
|
|
"name": "Overview",
|
|
|
|
"to": "/theming"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Visual Editor",
|
|
|
|
"href": "https://designer.primevue.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Colors",
|
|
|
|
"to": "/colors"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "SASS API",
|
|
|
|
"href": "https://www.primefaces.org/designer/api/primevue/3.9.0"
|
|
|
|
}
|
|
|
|
]
|
2021-01-04 06:58:56 +00:00
|
|
|
},
|
|
|
|
{
|
2023-07-09 21:13:49 +00:00
|
|
|
"name": "Unstyled Mode",
|
|
|
|
"children": [
|
|
|
|
{
|
|
|
|
"name": "Overview",
|
|
|
|
"to": "/unstyled"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bootstrap",
|
|
|
|
"to": "/bootstrap"
|
2023-07-19 09:21:56 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Bulma",
|
|
|
|
"to": "/bulma"
|
2023-09-14 22:29:20 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "UnoCSS",
|
|
|
|
"to": "/unocss"
|
2023-07-09 21:13:49 +00:00
|
|
|
}
|
|
|
|
]
|
2023-02-28 08:29:30 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
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
|
|
|
{
|
|
|
|
"name": "Tailwind",
|
|
|
|
"icon": "pi pi-heart",
|
2023-10-25 03:17:40 +00:00
|
|
|
"to": "/tailwind"
|
2023-09-09 23:25:16 +00:00
|
|
|
},
|
2023-02-28 08:29:30 +00:00
|
|
|
{
|
|
|
|
"name": "Figma UI Kit",
|
|
|
|
"icon": "pi pi-pencil",
|
|
|
|
"to": "/uikit"
|
|
|
|
},
|
|
|
|
{
|
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",
|
|
|
|
"to": "/icons"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Custom Icons",
|
|
|
|
"to": "/customicons"
|
|
|
|
}
|
|
|
|
]
|
2023-02-28 08:29:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Templates",
|
|
|
|
"icon": "pi pi-star",
|
|
|
|
"to": "/templates"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "PrimeBlocks",
|
|
|
|
"icon": "pi pi-server",
|
|
|
|
"href": "https://blocks.primevue.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "PrimeFlex CSS",
|
|
|
|
"icon": "pi pi-table",
|
2023-06-01 11:08:18 +00:00
|
|
|
"href": "https://primeflex.org"
|
2023-02-28 08:29:30 +00:00
|
|
|
},
|
2023-07-09 21:13:49 +00:00
|
|
|
{
|
|
|
|
"name": "Accessibility",
|
|
|
|
"icon": "pi pi-users",
|
|
|
|
"to": "/accessibility"
|
|
|
|
},
|
2023-03-08 08:35:24 +00:00
|
|
|
{
|
|
|
|
"name": "Support",
|
|
|
|
"icon": "pi pi-question",
|
|
|
|
"children": [
|
|
|
|
{
|
|
|
|
"name": "Discord Server",
|
|
|
|
"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-10-14 14:43:31 +00:00
|
|
|
{
|
|
|
|
"name": "PrimeTV",
|
|
|
|
"icon": "pi pi-youtube",
|
2023-10-15 03:10:23 +00:00
|
|
|
"href": "https://www.youtube.com/channel/UCTgmp69aBOlLnPEqlUyetWw"
|
2023-10-14 14:43:31 +00:00
|
|
|
},
|
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",
|
|
|
|
"href": "https://github.com/primefaces/primevue/blob/master/CHANGELOG.md"
|
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
|
|
|
}
|