mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
parent
367d4a5f14
commit
8681911998
92 changed files with 7793 additions and 2 deletions
16
api-generator/components/tabmenu.js
Normal file
16
api-generator/components/tabmenu.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
const TabMenuProps = [
|
||||
{
|
||||
name: "model",
|
||||
type: "array",
|
||||
default: "null",
|
||||
description: "An array of menuitems."
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
tabmenu: {
|
||||
name: "TabMenu",
|
||||
description: "TabMenu is a navigation component that displays items as tab headers.",
|
||||
props: TabMenuProps
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue