mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Align slot names with implementation and docs
https://primefaces.org/primevue/showcase/#/toolbar
This commit is contained in:
parent
dd849da61a
commit
c96580120b
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
const ToolbarSlots = [
|
const ToolbarSlots = [
|
||||||
{
|
{
|
||||||
name: "left",
|
name: "start",
|
||||||
description: "Custom content for the component's left side"
|
description: "Custom content for the component's left side"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "right",
|
name: "end",
|
||||||
description: "Custom content for the component's right side"
|
description: "Custom content for the component's right side"
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue