Properties of this view:
Optionalchildren?: ReactNodeThe children of the button
OptionalclassName?: stringOptionalclickCallback?: () => voidHandler for when the menu button is clicked
Optionalicon?: ReactElement<unknown, string | JSXElementConstructor<any>>The start icon of the button
Optionaltext?: stringThe text of the button
Optionalvariant?: "text" | "outlined" | "contained"The variant of the button
This component displays the basic button