mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #1482 - start and end slots for MegaMenu, remove default slot
This commit is contained in:
parent
5b0532aeca
commit
3f5d6a2bf1
4 changed files with 23 additions and 9 deletions
|
@ -20,6 +20,14 @@ const MegaMenuProps = [
|
|||
];
|
||||
|
||||
const MegaMenuSlots = [
|
||||
{
|
||||
name: "start",
|
||||
description: "Custom content before the content"
|
||||
},
|
||||
{
|
||||
name: "end",
|
||||
description: "Custom content after the content"
|
||||
},
|
||||
{
|
||||
name: "item",
|
||||
description: "Template of a menuitem."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue