mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #1244 - Templating for Menus
This commit is contained in:
parent
eb32efc9e1
commit
d7c01c8f6e
33 changed files with 482 additions and 121 deletions
|
@ -7,10 +7,18 @@ const PanelMenuProps = [
|
|||
}
|
||||
];
|
||||
|
||||
const PanelMenuSlots = [
|
||||
{
|
||||
name: "item",
|
||||
description: "Template of a menuitem."
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
panelmenu: {
|
||||
name: "PanelMenu",
|
||||
description: "PanelMenu is a hybrid of Accordion and Tree components",
|
||||
props: PanelMenuProps
|
||||
props: PanelMenuProps,
|
||||
slots: PanelMenuSlots
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue