Example of some other patternfly components.
+ > + ), +}; + +const Test = () => { + const [toggle, Dialog] = useConfirmDialog({ + titleKey: "Delete app02?", + messageKey: + "If you delete this client, all associated data will be removed.", + continueButtonLabel: "Delete", + onConfirm: action("confirm"), + onCancel: action("cancel"), + }); + return ( + <> +