mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
parent
367d4a5f14
commit
8681911998
92 changed files with 7793 additions and 2 deletions
16
api-generator/components/panelmenu.js
Normal file
16
api-generator/components/panelmenu.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
const PanelMenuProps = [
|
||||
{
|
||||
name: "model",
|
||||
type: "array",
|
||||
default: "null",
|
||||
description: "An array of menuitems."
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
panelmenu: {
|
||||
name: "PanelMenu",
|
||||
description: "PanelMenu is a hybrid of Accordion and Tree components",
|
||||
props: PanelMenuProps
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue