Fixed #2908 - Improve Panel implementation for Accessibility

This commit is contained in:
Tuğçe Küçükoğlu 2022-08-31 10:11:45 +03:00
parent e917116fb7
commit c22d395a9c
4 changed files with 64 additions and 3 deletions

View file

@ -16,6 +16,12 @@ const PanelProps = [
type: "boolean",
default: "null",
description: "Defines the initial state of panel content."
},
{
name: "toggleButtonProps",
type: "string",
default: "null",
description: "Uses to pass the custom value to read for the anchor inside the component."
}
];