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