Align slot names with implementation and docs
https://primefaces.org/primevue/showcase/#/toolbarpull/2142/head
parent
dd849da61a
commit
c96580120b
|
@ -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…
Reference in New Issue