mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fixed #3820 - Panel: Footer Templating
This commit is contained in:
parent
3ec57ea283
commit
be2f2acb38
52 changed files with 264 additions and 53 deletions
|
@ -53,16 +53,20 @@ const PanelEvents = [
|
|||
const PanelSlots = [
|
||||
{
|
||||
name: 'header',
|
||||
description: "Custom content for the component's header"
|
||||
description: "Custom content for the component's header."
|
||||
},
|
||||
{
|
||||
name: 'icons',
|
||||
description: "Custom content for the header's icon"
|
||||
description: "Custom content for the header's icon."
|
||||
},
|
||||
{
|
||||
name: 'headericon',
|
||||
description: 'Custom header icon template of panel'
|
||||
}
|
||||
description: "Custom content for the component's header icon."
|
||||
},
|
||||
{
|
||||
name: 'fooetr',
|
||||
description: "Custom content for the component's footer."
|
||||
},
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue