mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #1939 - Sidebar new header templating
This commit is contained in:
parent
99b8a374c0
commit
38d8965b37
4 changed files with 34 additions and 1 deletions
|
@ -60,11 +60,19 @@ const SidebarEvents = [
|
|||
}
|
||||
];
|
||||
|
||||
const SidebarSlots = [
|
||||
{
|
||||
name: "header",
|
||||
description: "Custom content for the component header."
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
sidebar: {
|
||||
name: "Sidebar",
|
||||
description: "Sidebar is a panel component displayed as an overlay at the edges of the screen.",
|
||||
props: SidebarProps,
|
||||
events: SidebarEvents
|
||||
events: SidebarEvents,
|
||||
slots: SidebarSlots
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue