/** * Function Takes in Paramter for: * text: text to be shown on the button * width, height: width and height of the button * icon: an icon that should be shown on the button (HTML tag) (see Icons.js for example) * iconWidth, iconHeight: width and height of the icon * onClick: a function that should be run if the button is clicked * Example for onClick: *
); }