mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
message slot added
This commit is contained in:
parent
93b6b04cdf
commit
67320fb0d8
3 changed files with 19 additions and 2 deletions
|
@ -13,10 +13,18 @@ const ConfirmDialogProps = [
|
|||
}
|
||||
];
|
||||
|
||||
const ConfirmDialogSlots = [
|
||||
{
|
||||
name: "message",
|
||||
description: "Custom content for the component."
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
confirmdialog: {
|
||||
name: "ConfirmDialog",
|
||||
description: "ConfirmDialog uses a Dialog UI that is integrated with the Confirmation API.",
|
||||
props: ConfirmDialogProps
|
||||
props: ConfirmDialogProps,
|
||||
slots: ConfirmDialogSlots
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue