Function: DialogButton()
DialogButton(
props):ReactNode
Use this primitive to create a toolbar button that opens a dialog with a text input, autocomplete suggestions, and a submit button.
Parameters
| Parameter | Type |
|---|---|
props | object & RefAttributes<HTMLButtonElement> |
Returns
ReactNode