You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will be a component which will allow the positioning of a closable panel which is draggable by mouse / keyboard interactions. Only the heading of the dialog will be opinionated, allowing the contents to be up to the developer.
note: This component extends the "HTMLDialogElement" interface and it's root element will be a <dialog... html element.
Will take a few props:
closeIconDescription: (optional) string - value to be used as the aria label of the Close icon button.
open: boolean - Controls if the component is to be shown.
className: string - applied to the outer most element in the component.
onClose: function - to be called when the close icon button is clicked.
The text was updated successfully, but these errors were encountered:
This will be a component which will allow the positioning of a closable panel which is draggable by mouse / keyboard interactions. Only the heading of the dialog will be opinionated, allowing the contents to be up to the developer.
Will take a few props:
The text was updated successfully, but these errors were encountered: