mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
feature - trigger slot for Dropdown
This commit is contained in:
parent
63b1d95667
commit
681b66f563
4 changed files with 12 additions and 1 deletions
|
@ -283,6 +283,10 @@ const DividerSlots = [
|
|||
{
|
||||
name: "loader",
|
||||
description: "Custom content for the virtual scroller loader items"
|
||||
},
|
||||
{
|
||||
name: "trigger",
|
||||
description: "Custom content for the component's trigger"
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue